diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-10-08 15:48:45 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-10-08 15:48:45 +0200 |
| commit | 764e4ed6737073f653d1383685e00ca99335b6c8 (patch) | |
| tree | f650159068141a96ef9f1a9a5fc523c2e4e2960e /htroot/env/base.css | |
| parent | ee27be33999c438b83d255b58a1b55192db77803 (diff) | |
fixed appearance of RSS icon on search result page
Diffstat (limited to 'htroot/env/base.css')
| -rw-r--r-- | htroot/env/base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css index 7200db0ae..243acfde1 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -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; |
