first steps of adopting both themes to toolkit winstripe changes between Mozilla...
[themes.git] / EarlyBlue / global / groupbox.css
index eb7de482586dc28dc4d1ff628d996a6534249cb1..5d4588e3d6ad9c31c5afcaaae4f4ebb15dd236a4 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
+/* ===== groupbox.css ==================================================
+  == Styles used by the XUL groupbox and related elements.
+  ======================================================================= */
+
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-groupbox
-  {
-    border                : 2px groove #CCD0DD;
-    padding               : 7px !important;
-    margin                : 5px;
-  }
+/* ::::: groupbox ::::: */
+
+groupbox {
+  margin: 3px 2px;
+  border: 2px groove #CCD0DD;
+  padding-top: 3px;
+  padding-bottom: 5px;
+  -moz-padding-start: 5px;
+  -moz-padding-end: 3px;
+}
+
+.groupbox-body {
+  padding: inherit;
+}
+
+caption {
+  margin: 0px 6px 2px;
+  padding: 0px 3px;
+  background-color: #CCD0DD;
+}
 
-.groupbox-body
-  {
-    padding               : inherit;
-  }
+.caption-text {
+  margin-top: 0;
+  margin-bottom: 0;
+  -moz-margin-start: 1px;
+  -moz-margin-end: 2px;
+}