X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fdialog.css;h=98616f0a8627a9e789895d6cd8ccaeb8b0cd4d99;hp=a64653ea45c46c8616d22c15e99187131dd7d44a;hb=dd676468138b64245f5026a8923f26307b8f3ebc;hpb=351107c90e7ee7a17d9bf63798f2861307118309 diff --git a/LCARStrek/global/dialog.css b/LCARStrek/global/dialog.css index a64653ea..98616f0a 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,50 @@ /* ::::: dialog ::::: */ -dialog { - padding: 8px 10px 10px 8px; +dialog { + padding: 3px; } /* ::::: dialog buttons ::::: */ -.dialog-button-box { - padding-top: 1.5em; -} - .dialog-button { /* font: menu; */ + margin-top: 3px; +} + +/* ::::: dialog header ::::: */ + +dialogheader { + -moz-border-radius: 8px; + margin: 0px; + padding: 1px 12px; + background-color: #FF9F00; + color: #000000; +} + +.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; }