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

@ -71,18 +71,18 @@
</script> </script>
#(/topmenu)# #(/topmenu)#
<div id="api"> <div id="api" style="top:58px;">
<script type="text/javascript"> <script type="text/javascript">
//<![CDATA[ //<![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> </script>
<span>This search result can also be retrieved as RSS/<a href="http://www.opensearch.org" target="_blank">opensearch</a> output. <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 RSS icon to see this search result as RSS message stream.
Click the API icon to see an example call to the search rss API. Use the RSS search result format to add static searches to your RSS reader, if you use one.</span>
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>
</div> </div>
<!-- body --> <!-- body -->
</div> <!-- close the starter-template, to open a row --> </div> <!-- close the starter-template, to open a row -->

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

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

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

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

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

Loading…
Cancel
Save