X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fdialog.css;h=98612ebc3a311e8c7a6189f068e092c176685fe0;hb=8526fc9aa44366491ec45a197aa3bd14e9a50cd3;hp=d59206d9c530421fe01f2631ac08a7851e1500ab;hpb=b1eaa41997928ca662ce1158215dc02e5b203eb0;p=themes.git diff --git a/LCARStrek/global/dialog.css b/LCARStrek/global/dialog.css index d59206d9..98612ebc 100644 --- a/LCARStrek/global/dialog.css +++ b/LCARStrek/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. @@ -45,14 +45,18 @@ /* ::::: 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 ::::: */ @@ -90,5 +94,5 @@ dialogheader { } .header-large > .dialogheader-description { - margin-left: 12px !important; + -moz-margin-start: 12px !important; }