From e1cc311f7f755cb9cd80bcfd50f9d0669fa2126c Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 18 Feb 2014 20:37:19 -0800 Subject: [PATCH] Take that, wasted vertical space! Suck it, UI designers! --- common/skin/dactyl.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/common/skin/dactyl.css b/common/skin/dactyl.css index 44a37eae..c58ec7c0 100644 --- a/common/skin/dactyl.css +++ b/common/skin/dactyl.css @@ -177,6 +177,7 @@ statusbarpanel { content: "▾"; color: white; font-size: 18px; + line-height: 18px; } #nav-bar { @@ -237,6 +238,29 @@ statusbarpanel { min-height: 24px !important; } +#PanelUI-button, +#PanelUI-menu-button, +#nav-bar-customization-target > .toolbarbutton-1, +#nav-bar-customization-target > .toolbarbutton-1 > xul|toolbarbutton { + padding: 0 !important; +} + +#nav-bar-customization-target > xul|toolbaritem > .toolbarbutton-1 { + padding-top: 0 !important; + padding-bottom: 0 !important; +} + +#nav-bar-customization-target > .toolbarbutton-1, +#nav-bar-customization-target > .toolbarbutton-1 > xul|dropmarker > xul|image { + margin-top: 0 !important; + margin-bottom: 0 !important; + max-height: 24px !important; +} + +#nav-bar-customization-target #urlbar { + margin-bottom: 0 !important; +} + } /* vim: set fdm=marker sw=4 ts=4 et: */