kepping up with Classic, turning skinVersion to 1.2
[themes.git] / EarlyBlue / messenger / addressbook / addressbook.css
index 0fe1507c7ccb299ae5a49725d61b2bd5b21bfb0a..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;
@@ -157,6 +170,10 @@ sidebarheader {
   cursor: pointer;
 }
 
+#cvHomeMapIt, #cvWorkMapIt {
+  margin-bottom: 0px;
+}
+
 html|a {
   padding-left: 0px;
   padding-right: 2px;
@@ -176,7 +193,7 @@ html|p {
   border-left: 1px solid ThreeDShadow; */
 }
 
-#dirTree, #resultsTree { 
+#dirTree, #abResultsTree { 
   border: none;
   margin: 0px;
 }
@@ -184,3 +201,12 @@ html|p {
 #resultsTree {
 /*  border-left: 1px solid ThreeDShadow; */
 }
+
+/* ::::: Search Bar  ::::: */
+
+#searchBox {
+/*
+  border-top: 1px solid ThreeDHighlight;
+  border-bottom: 1px solid ThreeDShadow;
+*/
+}