update both themes to toolkit winstripe changes up to 2010-04-12 and try to get resiz...
[themes.git] / EarlyBlue / global / groupbox.css
index 9a2e487a50484ec7e2402e247f3a35710852b318..5d4588e3d6ad9c31c5afcaaae4f4ebb15dd236a4 100644 (file)
 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;
 }
+
+.caption-text {
+  margin-top: 0;
+  margin-bottom: 0;
+  -moz-margin-start: 1px;
+  -moz-margin-end: 2px;
+}