aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content_scripts/vimium.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css
index 09548268..5a4087ba 100644
--- a/content_scripts/vimium.css
+++ b/content_scripts/vimium.css
@@ -273,18 +273,19 @@ div#vimiumHelpDialogFooter {
position: relative;
}
td.helpDialogBottomRight {
- width: 100%;
- text-align: right;
+ width:100%;
+ float:right;
+ text-align: right;
}
div#vimiumHelpDialogFooter * { font-size:10px; }
a#toggleAdvancedCommands, span#help-dialog-tip {
position: relative;
top: 19px;
- color: #555;
white-space: nowrap;
+ font-size: 10px;
}
-td.helpDialogBottomLeft, td.helpDialogBottomRight {
- font-size: 14px;
+a#toggleAdvancedCommands {
+ color: #555;
}
a:link.vimiumHelDialogLink, a:visited.vimiumHelDialogLink, a:hover.vimiumHelDialogLink, a:active.vimiumHelDialogLink{