X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fdialog.css;h=219d0ea2d6f59298ecc8546edcdc27fa1931d3c2;hp=a64653ea45c46c8616d22c15e99187131dd7d44a;hb=a3b3d4d6009d8158d22bf942ab273376876140d5;hpb=351107c90e7ee7a17d9bf63798f2861307118309 diff --git a/LCARStrek/global/dialog.css b/LCARStrek/global/dialog.css index a64653ea..219d0ea2 100644 --- a/LCARStrek/global/dialog.css +++ b/LCARStrek/global/dialog.css @@ -51,10 +51,45 @@ dialog { /* ::::: 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 { + margin-left: 12px !important; }