X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2Faddressbook%2Faddressbook.css;h=1cae727b96c0dc7571381c81e35cd1cb5b0c0de8;hb=c37975ccd5cbbaecc6ea33ba25eac5b9cdc6ef29;hp=c52d7a7372b4b5e1608191ec7a79f44a1d774ef0;hpb=53fb801aa6f54399dd469e9a2e9e96030d2c31ef;p=themes.git diff --git a/EarlyBlue/messenger/addressbook/addressbook.css b/EarlyBlue/messenger/addressbook/addressbook.css index c52d7a73..1cae727b 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/im.gif"); +} + +#button-newim[disabled="true"] { + list-style-image: url("chrome://messenger/skin/addressbook/icons/im-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; @@ -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; +*/ +}