misc help overlay tweaks

This commit is contained in:
Andrew Dolgov 2008-05-18 06:17:20 +01:00
parent 6c23f5e005
commit d97e02ad35
2 changed files with 7 additions and 7 deletions

View File

@ -1833,12 +1833,12 @@ img.hlScorePic {
div#hotkey_help_overlay { div#hotkey_help_overlay {
position : absolute; position : absolute;
left : 5%; left : 30px;
right : 5%; right : 30px;
top : 5%; top : 30px;
z-index : 999; z-index : 999;
color : white; color : white;
font-size : 12pt; font-size : 11pt;
} }
div#hotkey_help_overlay h1 { div#hotkey_help_overlay h1 {
@ -1871,13 +1871,13 @@ div#hotkey_help_overlay td {
} }
div#hotkey_help_overlay h1 { div#hotkey_help_overlay h1 {
margin : 0px 0px 0.5em 0px; margin : 0px;
} }
div#hotkey_help_overlay h2 { div#hotkey_help_overlay h2 {
font-size : 13pt; font-size : 13pt;
border-width : 0px; border-width : 0px;
margin : 0.7em 0px 0.5em 0px; margin : 0.3em 0px 0.3em 0px;
text-align : center; text-align : center;
color : #88b0f0; color : #88b0f0;
} }

View File

@ -997,7 +997,7 @@ function hotkey_handler(e) {
if (keycode == 82) { // r if (keycode == 82) { // r
if (getActiveFeedId()) { if (getActiveFeedId()) {
viewfeed(getActiveFeedId(), "ForceUpdate"); viewfeed(getActiveFeedId(), "ForceUpdate");
return false; return;
} }
} }