kepping up with Classic, turning skinVersion to 1.2
[themes.git] / EarlyBlue / messenger / addressbook / addressbook.css
index dfec5205ee34cf980a8816c820c9a76c542318a7..19fc7b001167cd4fb56f7ef79e841ef9e7a99c28 100644 (file)
   list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-disabled.gif") !important;
 } 
 
+#button-newim {
+  list-style-image:url("chrome://messenger/skin/addressbook/icons/newmsg.gif");
+}
+
+#button-newim[disabled="true"] {
+  list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-disabled.gif") !important;
+} 
+
 #button-delete {
   list-style-image:url("chrome://global/skin/icons/icons/trash.gif");
 }
@@ -143,6 +151,11 @@ sidebarheader {
   min-width: 30px;
 }
 
+#cvBuddyIcon {
+  padding-left: 20px;
+  padding-top: 2px;
+}
+
 .CardViewText,
 .CardViewLink {
   padding-left: 20px;
@@ -159,7 +172,7 @@ sidebarheader {
 
 #cvHomeMapIt, #cvWorkMapIt {
   margin-bottom: 0px;
-}                                                                               
+}
 
 html|a {
   padding-left: 0px;
@@ -180,7 +193,7 @@ html|p {
   border-left: 1px solid ThreeDShadow; */
 }
 
-#dirTree, #resultsTree { 
+#dirTree, #abResultsTree { 
   border: none;
   margin: 0px;
 }
@@ -188,3 +201,12 @@ html|p {
 #resultsTree {
 /*  border-left: 1px solid ThreeDShadow; */
 }
+
+/* ::::: Search Bar  ::::: */
+
+#searchBox {
+/*
+  border-top: 1px solid ThreeDHighlight;
+  border-bottom: 1px solid ThreeDShadow;
+*/
+}