From: Robert Kaiser Date: Sun, 26 Aug 2012 02:26:00 +0000 (+0200) Subject: make about:config look a bit nicer in LCARStrek X-Git-Tag: LCARStrek-2.12~3 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=1c664a39295fb1349b8cecc6c39122285712ecd2 make about:config look a bit nicer in LCARStrek --- diff --git a/LCARStrek/global/config.css b/LCARStrek/global/config.css index 68d46347..1f4c4f1c 100644 --- a/LCARStrek/global/config.css +++ b/LCARStrek/global/config.css @@ -9,6 +9,10 @@ @import url("chrome://global/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +#config { + padding: 0; +} + /* ::::: warning screen ::::: */ #warningScreen @@ -76,11 +80,19 @@ #configTree { - margin-top: 5px; - margin-bottom: 5px; + margin-top: 3px; } #filterRow { - margin-top: 5px; +} + +#filterRow > label +{ + -moz-margin-start: 0; +} + +#textbox +{ + -moz-margin-end: 0; }