summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-18 06:17:20 +0100
committerAndrew Dolgov <[email protected]>2008-05-18 06:17:20 +0100
commitd97e02ad35d378a09974cd7f0f4f0effeeae5598 (patch)
tree8e40f29cd26f88cceeb8882e6cb3bf157aaa9216 /tt-rss.css
parent6c23f5e005229a4230d2156d1f341625c83b4785 (diff)
misc help overlay tweaks
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 2362ac677..541f03c35 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1833,12 +1833,12 @@ img.hlScorePic {
div#hotkey_help_overlay {
position : absolute;
- left : 5%;
- right : 5%;
- top : 5%;
+ left : 30px;
+ right : 30px;
+ top : 30px;
z-index : 999;
color : white;
- font-size : 12pt;
+ font-size : 11pt;
}
div#hotkey_help_overlay h1 {
@@ -1871,13 +1871,13 @@ div#hotkey_help_overlay td {
}
div#hotkey_help_overlay h1 {
- margin : 0px 0px 0.5em 0px;
+ margin : 0px;
}
div#hotkey_help_overlay h2 {
font-size : 13pt;
border-width : 0px;
- margin : 0.7em 0px 0.5em 0px;
+ margin : 0.3em 0px 0.3em 0px;
text-align : center;
color : #88b0f0;
}