update both themes to toolkit winstripe changes up to 2010-09-24
[themes.git] / EarlyBlue / messenger / addressingWidget.css
index 154f30dd08014e8ba853f8045ed7be0a402377bc..2459c2d32d8f5287adb23bc61d6afd6667b1d468 100644 (file)
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /* ::::: addressing widget ::::: */
-  
-#addressingWidgetTree {
-  height: 80px;
-  width: 0px;
-  margin: 0px;
+
+#addressingWidget {
+/*  height: 80px; */
+  -moz-margin-start: 0px;
+  -moz-margin-end: 0px;
   -moz-user-focus: none;
-  background-color: #FFFFFF;
-}  
-  
-#listcol-addressingWidget {
-  width: 9em;
+  width: 0px;
+}
+
+#typecol-addressingWidget {
+  min-width: 9em;
   border-right: 1px solid #CCD0DD;
 }
-  
-#addressingWidgetTree > treechildren > treeitem > treerow,
-#addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow {
+
+#addressingWidget > listitem,
+.addressingWidgetItem,
+.dummyrow {
   border: none;
   background-color: inherit;
   color: inherit;
 }
 
-.treecell-addressingWidget {
+.addressingWidgetCell {
   border-bottom: 1px solid #CCD0DD;
-  padding: 0px !important;
-}
-  
-.treecell-addressingWidget:first-child {
-  border-bottom: none;
+  padding: 0px;
 }
 
-.textbox-addressingWidget {
-  -moz-box-align: center;
+.addressingWidgetCell:first-child {
+  border-top: none;
 }
 
 .dummy-row-cell:first-child {
+  border-top: none;
   border-bottom: 1px solid #CCD0DD;
 }
 
 .person-icon {
+  margin: 0px 3px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
-  margin: 0px 3px 0px 3px;
 }