updates to both themes for 1.9.1 toolkit winstripe changes, suite classic changes...
[themes.git] / EarlyBlue / global / groupbox.css
index 581dd1675ada7413f9a14a0144190102544d3956..5d4588e3d6ad9c31c5afcaaae4f4ebb15dd236a4 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
 /* ===== groupbox.css ==================================================
   == Styles used by the XUL groupbox and related elements.
   ======================================================================= */
 
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
 /* ::::: groupbox ::::: */
 
 groupbox {
   margin: 3px 2px;
   border: 2px groove #CCD0DD;
-  padding: 3px 3px 5px 5px;
+  padding-top: 3px;
+  padding-bottom: 5px;
+  -moz-padding-start: 5px;
+  -moz-padding-end: 3px;
 }
 
 .groupbox-body {
@@ -54,7 +57,14 @@ groupbox {
 }
 
 caption {
-  margin: 0px 6px 2px 6px;
+  margin: 0px 6px 2px;
   padding: 0px 3px;
-  background-color: #CCD0DD; 
+  background-color: #CCD0DD;
+}
+
+.caption-text {
+  margin-top: 0;
+  margin-bottom: 0;
+  -moz-margin-start: 1px;
+  -moz-margin-end: 2px;
 }