From: Robert Kaiser Date: Fri, 23 Dec 2011 13:51:02 +0000 (+0100) Subject: fix changing of urlbar size when no urlbar icons are shown (by not making urlbar... X-Git-Tag: LCARStrek-2.6^0 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=4b6865460bd93967506dc94eb212177e1efd5ce9;hp=714b11f6c29019973a757ec1e852410183a2b52e fix changing of urlbar size when no urlbar icons are shown (by not making urlbar icons increase the urlbar height) --- diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index d3ba9447..4fc6c6d8 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -1178,12 +1178,16 @@ html|*.urlbar-input:-moz-lwtheme:-moz-placeholder, } .urlbar-icon { - padding: 3px 3px; + padding: 2px; } .searchbar-engine-button, .search-go-container { - padding: 2px 2px; + padding: 2px; +} + +.search-go-container > .search-go-button { + padding: 0; } .urlbar-icon:-moz-system-metric(touch-enabled) {