keeping up with Classic and EarlyBlue development, add some LCARStrek-specific tweaks...
[themes.git] / LCARStrek / messenger / addressingWidget.css
index 65ceab1e6394c2022e4e3bb6972e5245b3bd233a..e2f241d28c71a0ba3e20e83bb8b414cab703f7b2 100644 (file)
 
 /* ::::: addressing widget ::::: */
   
-#addressingWidgetTree {
-  height: 80px;
-  width: 0px;
+#addressingWidget {
+/*  height: 80px; */
+  margin-left: 0px;
+  margin-right: 0px;
   -moz-user-focus: none;
-/*  background-color: #FFFFFF; */
+  width: 0px;
 }  
   
-#listcol-addressingWidget {
-  width: 9em;
+#typecol-addressingWidget {
+  min-width: 9em;
   border-right: 1px solid #9C9CFF;
 }
   
-#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 #9C9CFF;
-  padding: 0px !important;
+  padding: 0px;
 }
   
-.treecell-addressingWidget:first-child {
-  border-bottom: none;
-}
-
-.textbox-addressingWidget {
-  -moz-box-align: center;
+.addressingWidgetCell:first-child {
+  border-top: none;
 }
 
 .dummy-row-cell:first-child {
-  border-bottom: 1px solid #9C9CFF;
+  border-top: none;
 }
 
 .person-icon {
+  margin: 0px 3px;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
-  margin: 0px 3px 0px 3px;
 }