make about:config look a bit nicer in LCARStrek
authorRobert Kaiser <kairo@kairo.at>
Sun, 26 Aug 2012 02:26:00 +0000 (04:26 +0200)
committerRobert Kaiser <kairo@kairo.at>
Sun, 26 Aug 2012 02:26:00 +0000 (04:26 +0200)
LCARStrek/global/config.css

index 68d4634746b3bf16dfc2bff5c491934463907878..1f4c4f1cda4fa425a358d9eda05478aaa4176708 100644 (file)
@@ -9,6 +9,10 @@
 @import url("chrome://global/skin/");
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 @import url("chrome://global/skin/");
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
+#config {
+  padding: 0;
+}
+
 /* ::::: warning screen ::::: */
 
 #warningScreen
 /* ::::: warning screen ::::: */
 
 #warningScreen
 
 #configTree
 {
 
 #configTree
 {
-  margin-top: 5px;
-  margin-bottom: 5px;
+  margin-top: 3px;
 }
 
 #filterRow
 {
 }
 
 #filterRow
 {
-  margin-top: 5px;
+}
+
+#filterRow > label
+{
+  -moz-margin-start: 0;
+}
+
+#textbox
+{
+  -moz-margin-end: 0;
 }
 }