fix some icon sizes
[themes.git] / EarlyBlue / messenger / addressbook / addressbook.css
index 0fe1507c7ccb299ae5a49725d61b2bd5b21bfb0a..4cb7be0a10e84d5f2446f0b1bdf5e270f07e0a1c 100644 (file)
@@ -41,7 +41,6 @@
   ======================================================================= */
 
 @import url("chrome://messenger/skin/");
-@import url("chrome://communicator/skin/sidebar/sidebar.css");
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
   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");
 }
   list-style-image: url("chrome://global/skin/icons/trash-disabled.gif") !important;
 } 
 
-/* ::::: sidebar header ::::: */
-
-sidebarheader {
-  border: 1px outset #CCD0DD;
-}
-
-#sidebar-title-box {
-  border: none;
-}
-
 /* CardView styles - used in the Card View Pane */
 
 #CardViewOuterBox {
@@ -143,6 +140,11 @@ sidebarheader {
   min-width: 30px;
 }
 
+#cvBuddyIcon {
+  padding-left: 20px;
+  padding-top: 2px;
+}
+
 .CardViewText,
 .CardViewLink {
   padding-left: 20px;
@@ -157,6 +159,10 @@ sidebarheader {
   cursor: pointer;
 }
 
+#cvHomeMapIt, #cvWorkMapIt {
+  margin-bottom: 0px;
+}
+
 html|a {
   padding-left: 0px;
   padding-right: 2px;
@@ -169,14 +175,7 @@ html|p {
 
 /* ::::: border adjustments ::::: */
 
-#sidebar-box {
-/*  border-top: none;
-  border-right: 1px solid ThreeDHighlight;
-  border-bottom: none;
-  border-left: 1px solid ThreeDShadow; */
-}
-
-#dirTree, #resultsTree { 
+#dirTree, #abResultsTree { 
   border: none;
   margin: 0px;
 }
@@ -184,3 +183,12 @@ html|p {
 #resultsTree {
 /*  border-left: 1px solid ThreeDShadow; */
 }
+
+/* ::::: Search Bar  ::::: */
+
+#searchBox {
+/*
+  border-top: 1px solid ThreeDHighlight;
+  border-bottom: 1px solid ThreeDShadow;
+*/
+}