whitespace cleanup
[themes.git] / LCARStrek / communicator / bookmarks / bookmarks.css
index b50ad302a68d449ab0b910d7c8e358c9d132bde7..e3e320864f31db0b41bb9a7b22d9d4be09e706ba 100644 (file)
@@ -45,7 +45,7 @@
  */
 
 treechildren::-moz-tree-image(Name) {
-    padding-right: 2px;
+  -moz-padding-end: 2px;
 }
 
 .bookmark-item,
@@ -94,13 +94,18 @@ 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;
 }
 
 treechildren::-moz-tree-cell-text(Name, separator) {
   color: #E7ADE7;
-  margin: 0px 5px 0px 5px;
+  margin: 0px 5px;
 }
 
 treechildren::-moz-tree-cell-text(Name, separator, selected, focus) {