X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fextensions%2Fextensions.css;h=698e47728edfe29a64b3f527bfb7211cef341b98;hp=c0b1a0909ffde93c8c651cbbd5194af0e545e262;hb=1e140ad9404c156764e2dfddf7551f222cf630b7;hpb=c09bd2ddc32d2bd0de40b939b6641684c4f0b97b diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index c0b1a090..698e4772 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -1,5 +1,5 @@ #extensionsBox { - margin: 10px 10px 0px 10px; + margin: 10px 10px 0px; min-width: 1px; } @@ -27,9 +27,16 @@ border-bottom: 1px solid #9C9CFF; } +#searchfield { + -moz-margin-start: 0; +} + /* Command Bar */ #commandBarBottom { - margin: 5px 5px 10px 10px; + margin-top: 5px; + margin-bottom: 10px; + -moz-margin-start: 10px; + -moz-margin-end: 5px; min-width: 1px; } @@ -342,7 +349,7 @@ vbox[typeName="status"][type="header-recommended"] { } #progressBox { - padding: 5px 5px 5px 5px; + padding: 5px; } #progressBox > hbox { @@ -433,7 +440,7 @@ richlistitem[selected="true"] .includeUpdate { #infoDisplay h3 { text-align: left; font-weight: bold; - margin: 0 0 0.7em 0; + margin: 0 0 0.7em; } #infoDisplay h1 { @@ -450,7 +457,7 @@ richlistitem[selected="true"] .includeUpdate { #infoDisplay ol, #infoDisplay ul { - margin: 0 0 0.7em 0; + margin: 0 0 0.7em; } #infoDisplay li { @@ -459,5 +466,5 @@ richlistitem[selected="true"] .includeUpdate { #infoDisplay p { text-align: justify; - margin: 0 0 0.7em 0; + margin: 0 0 0.7em; }