X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fdialog.css;h=98612ebc3a311e8c7a6189f068e092c176685fe0;hb=8526fc9aa44366491ec45a197aa3bd14e9a50cd3;hp=219d0ea2d6f59298ecc8546edcdc27fa1931d3c2;hpb=a3b3d4d6009d8158d22bf942ab273376876140d5;p=themes.git diff --git a/LCARStrek/global/dialog.css b/LCARStrek/global/dialog.css index 219d0ea2..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,8 +45,11 @@ /* ::::: dialog ::::: */ -dialog { - padding: 8px 10px 10px 8px; +dialog { + padding-top: 8px; + padding-bottom: 10px; + -moz-padding-start: 8px; + -moz-padding-end: 10px; } /* ::::: dialog buttons ::::: */ @@ -91,5 +94,5 @@ dialogheader { } .header-large > .dialogheader-description { - margin-left: 12px !important; + -moz-margin-start: 12px !important; }