From 7e7c8e6cf9e1739fcbf8aa35ebe4331aeaaed6d8 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sat, 23 Apr 2016 09:08:12 +0100 Subject: Tweak help-dialog font size. Make the font size (and color) match those used in the footer. --- content_scripts/vimium.css | 11 ++++++----- 1 file 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{ -- cgit v1.2.3