some LCARStrek polish: throbber should look like a normal button and fill the hieght...
authorRobert Kaiser <kairo@kairo.at>
Fri, 30 Jan 2009 21:37:56 +0000 (22:37 +0100)
committerRobert Kaiser <kairo@kairo.at>
Fri, 30 Jan 2009 21:37:56 +0000 (22:37 +0100)
LCARStrek/communicator/brand.css
LCARStrek/messenger/messengercompose/messengercompose.css

index c639644e2d22037e085ebe252f8ce4cc159cd268..882555152e1d0f41adc663e207fa0311ab885abc 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
+#throbber-box {
+  -moz-box-orient: vertical;
+}
+
 #navigator-throbber {
   -moz-binding: url("chrome://global/content/bindings/button.xml#button-image");
   -moz-user-focus: ignore;
-  /*-moz-box-align: center;
-  -moz-box-pack: center; */
+  -moz-box-align: center;
+  -moz-box-pack: center;
+  -moz-box-flex: 1;
   margin: 0;
   border: none;
   padding: 2px;
index cfa54cbd004113c5c28ef30f9082058f582146cc..ab6fc280be35894a8bc04eca840c1514adb5c72e 100644 (file)
   min-height: 0px; /* this undoes the min-height in toolbar.css */
 }
 
+#MsgHeadersToolbar > .toolbar-box > .toolbar-holder {
+  -moz-padding-end: 0; /* this undoes the padding in toolbar.css */
+}
+
 /* ::::: autocomplete icons ::::: */
 
 treechildren::-moz-tree-cell-text(default-match) {