From: Andrew Dolgov Date: Sun, 18 May 2008 04:33:43 +0000 (+0100) Subject: hotkey overlay: trim margins X-Git-Tag: 1.2.23-final~73 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6c23f5e005229a4230d2156d1f341625c83b4785;p=tt-rss.git hotkey overlay: trim margins --- diff --git a/tt-rss.css b/tt-rss.css index 7cc989a5..2362ac67 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;