fixed appearance of RSS icon on search result page

pull/1/head
Michael Peter Christen 10 years ago
parent ee27be3399
commit 764e4ed673

@ -961,7 +961,7 @@ div#kiosk:hover span {
/* API */
div#api {
position:absolute;
top:60px;
top:0px;
right:20px;
z-index: 1600;
}
@ -975,7 +975,7 @@ div#api:hover span {
position: absolute;
font-size:1em;
top: 48px;
left: -200px; /* 30 - width */
left: -120px; /* 30 - width */
width: 160px;
padding: 3px;
color: #000000;

@ -70,19 +70,19 @@
document.getElementById("header_websearch").className += " active";
</script>
#(/topmenu)#
<div id="api">
<div id="api" style="top:58px;">
<script type="text/javascript">
//<![CDATA[
document.write("\<a href=\"yacysearch.rss?" + window.location.search.substring(1) + "\"\><img src=\"env/grafics/rss.png\" width=\"32\" height=\"32\" alt=\"RSS\" /></a>")
document.write("\<a href=\"yacysearch.rss?" + window.location.search.substring(1) + "\" id=\"apilink\" target=\"_blank\"\><img src=\"env/grafics/rss.png\" width=\"32\" height=\"32\" alt=\"RSS\" /></a>")
//]]>
</script>
<span>This search result can also be retrieved as RSS/<a href="http://www.opensearch.org" target="_blank">opensearch</a> output.
The query format is similar to <a href="http://www.loc.gov/standards/sru/" target="_blank">SRU</a>.
Click the API icon to see an example call to the search rss API.
To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API" target="_blank">API wiki page</a>.</span>
Click the RSS icon to see this search result as RSS message stream.
Use the RSS search result format to add static searches to your RSS reader, if you use one.</span>
</div>
<!-- body -->
</div> <!-- close the starter-template, to open a row -->

@ -171,16 +171,6 @@ div.ProgressBarFill {
background-color:#666666;
}
/* Copyright info */
div#api {
position:absolute;
top:3px;
right:20px;
z-index: 100;
}
/* Searchresults */
fieldset.maininput, fieldset.yacys {

@ -192,16 +192,6 @@ div.ProgressBarFill {
background-color:#333333;
}
/* Copyright info */
div#api {
position:absolute;
top:3px;
right:20px;
z-index: 100;
}
/* Searchresults */
fieldset.maininput, fieldset.yacys {

@ -192,16 +192,6 @@ div.ProgressBarFill {
background-color:#[color_tableitem]#;
}
/* Copyright info */
div#api {
position:absolute;
top:3px;
right:20px;
z-index: 100;
}
/* Searchresults */
fieldset.maininput, fieldset.yacys {

@ -176,16 +176,6 @@ div.ProgressBarFill {
background-color:#DEE6F3;
}
/* Copyright info */
div#api {
position:absolute;
top:3px;
right:20px;
z-index: 100;
}
/* Searchresults */
fieldset.maininput, fieldset.yacys {

@ -170,16 +170,6 @@ div.ProgressBarFill {
background-color:#eeeeee;
}
/* Copyright info */
div#api {
position:absolute;
top:3px;
right:20px;
z-index: 100;
}
/* Searchresults */
fieldset.maininput, fieldset.yacys {

Loading…
Cancel
Save