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