update to suite default status of 2009-01-30: bug 474807 - replace margin/padding...
[themes.git] / EarlyBlue / communicator / bookmarks / bookmarks.css
index 8409655f6cd31c18db1573d330920f30f2a5cd13..b21a9020ff94a0e6e887d2f3d1ece58a153406fa 100644 (file)
@@ -45,7 +45,7 @@
  */
 
 treechildren::-moz-tree-image(Name) {
-    padding-right: 2px;
+    -moz-padding-end: 2px;
 }
 
 .bookmark-item,
@@ -94,6 +94,11 @@ treechildren::-moz-tree-image(Name, container, group) {
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif");
 }
 
+/* calendar icon for folders grouping items by day */                                                                                                   
+treechildren::-moz-tree-image(Name, query, dayContainer) {                                                                                              
+  list-style-image: url("chrome://communicator/skin/history/calendar.png");                                                                             
+}                                                                                                                                                       
+                                                                                                                                                        
 treechildren::-moz-tree-image(Name, separator) {
   list-style-image: none;
 }