X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fextensions%2Fextensions.css;h=ec16adb7fb0ce296a44fbed49cb9182898054d74;hb=b90fa5c89a5ef786a305766a9447206e162f4d00;hp=512c6f1bd6c4569b75eb5dbeaec306f2ef51285a;hpb=3bcb0be1c49d0eb6fc25c218570adebf59ffecd5;p=themes.git diff --git a/EarlyBlue/mozapps/extensions/extensions.css b/EarlyBlue/mozapps/extensions/extensions.css index 512c6f1b..ec16adb7 100644 --- a/EarlyBlue/mozapps/extensions/extensions.css +++ b/EarlyBlue/mozapps/extensions/extensions.css @@ -1,5 +1,5 @@ #extensionsBox { - margin: 10px 10px 0px 10px; + margin: 10px 10px 0px; min-width: 1px; } @@ -26,9 +26,16 @@ border-bottom: 1px solid #9999CC; } +#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; } @@ -339,7 +346,7 @@ vbox[typeName="status"][type="header-recommended"] { } #progressBox { - padding: 5px 5px 5px 5px; + padding: 5px; } #progressBox > hbox { @@ -427,7 +434,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 { @@ -444,7 +451,7 @@ richlistitem[selected="true"] .includeUpdate { #infoDisplay ol, #infoDisplay ul { - margin: 0 0 0.7em 0; + margin: 0 0 0.7em; } #infoDisplay li { @@ -453,5 +460,5 @@ richlistitem[selected="true"] .includeUpdate { #infoDisplay p { text-align: justify; - margin: 0 0 0.7em 0; + margin: 0 0 0.7em; }