X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fdialog.css;h=98612ebc3a311e8c7a6189f068e092c176685fe0;hb=8526fc9aa44366491ec45a197aa3bd14e9a50cd3;hp=a64653ea45c46c8616d22c15e99187131dd7d44a;hpb=351107c90e7ee7a17d9bf63798f2861307118309;p=themes.git diff --git a/LCARStrek/global/dialog.css b/LCARStrek/global/dialog.css index a64653ea..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,16 +45,54 @@ /* ::::: 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-box { - padding-top: 1.5em; -} - .dialog-button { /* font: menu; */ + margin-top: 5px; +} + +/* ::::: dialog header ::::: */ + +dialogheader { + -moz-border-radius: 3px; + margin: 0px 5px 5px 5px; + border: 1px solid #9C9CFF; + padding: 3px 4px; + background-color: #000000; + color: #9C9CFF; +} + +.dialogheader-title { + margin: 0px !important; + font-size: larger; + font-weight: bold; +} + +/* ::::: large dialog header ::::: */ + +.header-large { + -moz-box-orient: vertical; + margin: 0; + border: none; + border-bottom: 1px solid #9C9CFF; + padding: 12px 5px 12px 25px; + background-color: #000000; + color: #FF9F00; +} + +.header-large > .dialogheader-title { + font: inherit; + font-weight: bold; +} + +.header-large > .dialogheader-description { + -moz-margin-start: 12px !important; }