aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-04-23 09:08:12 +0100
committerStephen Blott2016-04-23 09:08:14 +0100
commit7e7c8e6cf9e1739fcbf8aa35ebe4331aeaaed6d8 (patch)
tree66df7042c890cc7f889f368c8078ed65589f61ea
parent5906b1237562e28faa1e2f2206d953ae3ab59f62 (diff)
downloadvimium-7e7c8e6cf9e1739fcbf8aa35ebe4331aeaaed6d8.tar.bz2
Tweak help-dialog font size.
Make the font size (and color) match those used in the footer.
-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{