summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-18 05:33:43 +0100
committerAndrew Dolgov <[email protected]>2008-05-18 05:33:43 +0100
commit6c23f5e005229a4230d2156d1f341625c83b4785 (patch)
tree766d0f884a66ea0ff184286c2c956d239d7303f8 /tt-rss.css
parentc17802891e0fcbc3d3edb1b3b0530f8056d61de9 (diff)
hotkey overlay: trim margins
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 7cc989a50..2362ac677 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;