first (largest) part of sync for both themes with toolkit windows theme changes in...
[themes.git] / LCARStrek / messenger / addressbook / abResultsPane.css
index 305412c4826e54aebbaaacdecad727700222852f..e7f3ea2fecba30e232c0e02648520bda1dff9346 100644 (file)
@@ -5,11 +5,24 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 treechildren::-moz-tree-image(GeneratedName) {
-  -moz-padding-end: 2px;
+  padding-inline-end: 2px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
 }
 
 treechildren::-moz-tree-image(GeneratedName, MailList) {
-  -moz-padding-end: 2px;
+  padding-inline-end: 2px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif");
 }
+
+#addressbook-panel {
+  padding: 0;
+}
+
+#addressbookList,
+#searchInput {
+  margin: 0;
+}
+
+#results_box > hbox {
+  margin-bottom: 3px;
+}