update both themes to suite defaut (classic) changes up to 2010-04-12
[themes.git] / EarlyBlue / communicator / communicator.css
index df7341f54ecc629295ad90d036d01983bcb8db1d..1c2cf0f8f2456a4d952425fba1fa75cb6ea07b3e 100644 (file)
   -moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-primary");
 }
 
+/* ::::: autocomplete ::::: */
+
+.autocomplete-history-popup {
+  max-height: 25em;
+}
+
+/* ::::: online/offline icons ::::: */
+
 #offline-status[offline="true"] {
   list-style-image: url("chrome://communicator/skin/icons/offline.gif");
 }
@@ -90,8 +98,9 @@
   margin: 0px !important;
 }
 
-/* ::::: download manager ::::: */
+/* ::::: iconic menu and menuitems ::::: */
 
-#downloadView > treechildren::-moz-tree-image(Name) {
-  margin-right: 2px;
+menu.menu-iconic > .menu-iconic-left,
+menuitem.menuitem-iconic > .menu-iconic-left {
+  display: -moz-box;
 }