X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fdialog.css;h=d59206d9c530421fe01f2631ac08a7851e1500ab;hp=a64653ea45c46c8616d22c15e99187131dd7d44a;hb=b1eaa41997928ca662ce1158215dc02e5b203eb0;hpb=d81fcf5942d62a6330422fed14d3f5116a17276a diff --git a/LCARStrek/global/dialog.css b/LCARStrek/global/dialog.css index a64653ea..d59206d9 100644 --- a/LCARStrek/global/dialog.css +++ b/LCARStrek/global/dialog.css @@ -51,10 +51,44 @@ dialog { /* ::::: dialog buttons ::::: */ -.dialog-button-box { - padding-top: 1.5em; -} - .dialog-button { /* font: menu; */ } + +/* ::::: 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; +}