X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2Faddressbook%2Faddressbook.css;h=4cb7be0a10e84d5f2446f0b1bdf5e270f07e0a1c;hp=dfec5205ee34cf980a8816c820c9a76c542318a7;hb=4c9eb29bff2d14d938f1db0b3cfb9c91ffcc569a;hpb=c8120ee9d3c6865cb0511b3b455dd5b64fd93e97 diff --git a/EarlyBlue/messenger/addressbook/addressbook.css b/EarlyBlue/messenger/addressbook/addressbook.css index dfec5205..4cb7be0a 100644 --- a/EarlyBlue/messenger/addressbook/addressbook.css +++ b/EarlyBlue/messenger/addressbook/addressbook.css @@ -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"); @@ -79,6 +78,14 @@ 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"); } @@ -87,16 +94,6 @@ 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; @@ -159,7 +161,7 @@ sidebarheader { #cvHomeMapIt, #cvWorkMapIt { margin-bottom: 0px; -} +} html|a { padding-left: 0px; @@ -173,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; } @@ -188,3 +183,12 @@ html|p { #resultsTree { /* border-left: 1px solid ThreeDShadow; */ } + +/* ::::: Search Bar ::::: */ + +#searchBox { +/* + border-top: 1px solid ThreeDHighlight; + border-bottom: 1px solid ThreeDShadow; +*/ +}