X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fdialog.css;h=5f31db4bfd45aa9706a3c81ff81270db63300b67;hp=c6db6ccb7df54d4a9a15a1cb95a4df47478cbb5f;hb=df8c26c46020f7b778d46e6ceedc93e4d4cb6202;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f diff --git a/EarlyBlue/global/dialog.css b/EarlyBlue/global/dialog.css index c6db6ccb..5f31db4b 100644 --- a/EarlyBlue/global/dialog.css +++ b/EarlyBlue/global/dialog.css @@ -13,7 +13,7 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is + * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1999 * the Initial Developer. All Rights Reserved. @@ -37,22 +37,26 @@ * * ***** END LICENSE BLOCK ***** */ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - /* ===== dialog.css ===================================================== == Styles used by the XUL dialog element. ======================================================================= */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + /* ::::: dialog ::::: */ -dialog { - padding: 8px 10px 10px 8px; +dialog { + padding-top: 8px; + padding-bottom: 10px; + -moz-padding-start: 8px; + -moz-padding-end: 10px; } /* ::::: dialog buttons ::::: */ .dialog-button { /* font: menu; */ + margin-top: 5px; } /* ::::: dialog header ::::: */ @@ -78,7 +82,10 @@ dialogheader { margin: 0; border: none; border-bottom: 1px solid #000000; - padding: 12px 5px 12px 25px; + padding-top: 12px; + padding-bottom: 12px; + -moz-padding-start: 25px; + -moz-padding-end: 5px; background-color: #CCD0DD; color: #000000; } @@ -89,5 +96,5 @@ dialogheader { } .header-large > .dialogheader-description { - margin-left: 12px !important; + -moz-margin-start: 12px !important; }