keeping up with Classic development, e.g. adding im, popup-blocker and junk mail...
[themes.git] / LCARStrek / global / dialog.css
index a64653ea45c46c8616d22c15e99187131dd7d44a..219d0ea2d6f59298ecc8546edcdc27fa1931d3c2 100644 (file)
@@ -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;
 }