aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/vimium.css
diff options
context:
space:
mode:
Diffstat (limited to 'content_scripts/vimium.css')
-rw-r--r--content_scripts/vimium.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css
index 5a4087ba..8c8892ac 100644
--- a/content_scripts/vimium.css
+++ b/content_scripts/vimium.css
@@ -208,8 +208,6 @@ div#vimiumHelpDialog div.vimiumColumn tr > td:first-of-type {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:14px;
text-align:right;
- /* font-weight:bold; */
- /* color:#2f508e; */
white-space:nowrap;
}
span.vimiumHelpDialogKey {
@@ -245,6 +243,7 @@ div#vimiumHelpDialog span.commandName {
color: #555;
font-style: italic;
cursor: pointer;
+ font-size: 12px;
}
/* Advanced commands are hidden by default until you show them. */
div#vimiumHelpDialog tr.advanced { display: none; }
@@ -271,12 +270,16 @@ div#vimiumHelpDialog a.closeButton:hover {
div#vimiumHelpDialogFooter {
display: block;
position: relative;
+ margin-bottom: 37px;
}
td.helpDialogBottomRight {
width:100%;
float:right;
text-align: right;
}
+td.helpDialogBottomRight, td.helpDialogBottomLeft {
+ padding: 0px;
+}
div#vimiumHelpDialogFooter * { font-size:10px; }
a#toggleAdvancedCommands, span#help-dialog-tip {
position: relative;