X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2Faddressbook%2Faddressbook.css;h=19fc7b001167cd4fb56f7ef79e841ef9e7a99c28;hb=8a7d069013fcea93195a9b206a60470cba3a0fc2;hp=0fe1507c7ccb299ae5a49725d61b2bd5b21bfb0a;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f;p=themes.git diff --git a/EarlyBlue/messenger/addressbook/addressbook.css b/EarlyBlue/messenger/addressbook/addressbook.css index 0fe1507c..19fc7b00 100644 --- a/EarlyBlue/messenger/addressbook/addressbook.css +++ b/EarlyBlue/messenger/addressbook/addressbook.css @@ -79,6 +79,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"); } @@ -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; +*/ +}