]> git.wh0rd.org - tt-rss.git/commitdiff
hotkey overlay: trim margins
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 18 May 2008 04:33:43 +0000 (05:33 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 18 May 2008 04:33:43 +0000 (05:33 +0100)
tt-rss.css

index 7cc989a50b1677b69fa125b9616f4a98bcc557eb..2362ac67771767d1441d5022eec7d3445ff3e387 100644 (file)
@@ -1833,9 +1833,9 @@ img.hlScorePic {
 
 div#hotkey_help_overlay {
        position : absolute;
-       left : 15%;
-       right : 15%;
-       top : 15%;
+       left : 5%;
+       right : 5%;
+       top : 5%;
        z-index : 999;
        color : white;
        font-size : 12pt;