some LCARStrek polish: throbber should look like a normal button and fill the hieght...
[themes.git] / LCARStrek / global / groupbox.css
index 68152167ff5d1571fc7c071040b3b02a7eea7190..8277b85bc7df952db2739443eafa63f1b45bad67 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 {
@@ -58,6 +58,13 @@ caption {
   -moz-border-radius: 7px;
   margin: 0px 6px 2px 6px;
   padding: 0px 3px;
-  background-color: #9C9CFF; 
+  background-color: #9C9CFF;
   color: #000000;
 }
+
+.caption-text {
+  margin-top: 0;
+  margin-bottom: 0;
+  -moz-margin-start: 1px;
+  -moz-margin-end: 2px;
+}