first steps on synching EarlyBlue with trunk *stripe (global files starting with...
[themes.git] / EarlyBlue / global / groupbox.css
index eb7de482586dc28dc4d1ff628d996a6534249cb1..9a2e487a50484ec7e2402e247f3a35710852b318 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: 3px 3px 5px 5px;
+}
+
+.groupbox-body {
+  padding: inherit;
+}
 
-.groupbox-body
-  {
-    padding               : inherit;
-  }
+caption {
+  margin: 0px 6px 2px 6px;
+  padding: 0px 3px;
+  background-color: #CCD0DD;
+}