aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-04-23 15:49:47 +0100
committerStephen Blott2016-04-23 15:49:47 +0100
commit306361f3f1cf3ec4f49d7c23f4ce4b2987acb8b4 (patch)
treea41d63541b87e89f31297c194f8ad47c2bc6f79c
parent7e7c8e6cf9e1739fcbf8aa35ebe4331aeaaed6d8 (diff)
downloadvimium-306361f3f1cf3ec4f49d7c23f4ce4b2987acb8b4.tar.bz2
Help dialog: CSS tweaks.
-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;