Skip to content

Commit

Permalink
fixed appearance of RSS icon on search result page
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter committed Oct 8, 2014
1 parent ee27be3 commit 764e4ed
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 58 deletions.
4 changes: 2 additions & 2 deletions htroot/env/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ div#kiosk:hover span {
/* API */
div#api {
position:absolute;
top:60px;
top:0px;
right:20px;
z-index: 1600;
}
Expand All @@ -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;
Expand Down
12 changes: 6 additions & 6 deletions htroot/yacysearch.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->

Expand Down
10 changes: 0 additions & 10 deletions skins/27c3.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
10 changes: 0 additions & 10 deletions skins/28c3.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
10 changes: 0 additions & 10 deletions skins/generic_pd.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
10 changes: 0 additions & 10 deletions skins/pdblue.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
10 changes: 0 additions & 10 deletions skins/pdbootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 764e4ed

Please sign in to comment.