X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2Faddressbook%2Faddressbook.css;h=42b37b0be6e7954e4262828c3bf6c43160d14531;hb=a36a33b7053ded0c3ecebd701574377e188b653b;hp=584f9a38b2cfa1a9e211a8ddb3c322269a9038e8;hpb=d36c7ec407cc272dc85e6bfba54df0961303877c;p=themes.git diff --git a/EarlyBlue/messenger/addressbook/addressbook.css b/EarlyBlue/messenger/addressbook/addressbook.css index 584f9a38..42b37b0b 100644 --- a/EarlyBlue/messenger/addressbook/addressbook.css +++ b/EarlyBlue/messenger/addressbook/addressbook.css @@ -13,7 +13,7 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is + * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. @@ -23,7 +23,7 @@ * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or + * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only @@ -41,9 +41,9 @@ ======================================================================= */ @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"); +@namespace html url("http://www.w3.org/1999/xhtml"); /* ::::: primary toolbar buttons ::::: */ @@ -53,7 +53,7 @@ #button-newcard[disabled="true"] { list-style-image: url("chrome://messenger/skin/addressbook/icons/newcard-disabled.gif") !important; -} +} #button-newlist { list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist.gif"); @@ -61,7 +61,7 @@ #button-newlist[disabled="true"] { list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist-disabled.gif") !important; -} +} #button-editcard { list-style-image:url("chrome://messenger/skin/addressbook/icons/person.gif"); @@ -69,7 +69,7 @@ #button-editcard[disabled="true"] { list-style-image: url("chrome://messenger/skin/addressbook/icons/person-disabled.gif") !important; -} +} #button-newmessage { list-style-image:url("chrome://messenger/skin/addressbook/icons/newmsg.gif"); @@ -77,7 +77,15 @@ #button-newmessage[disabled="true"] { 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"); @@ -85,16 +93,6 @@ #button-delete[disabled="true"] { 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 */ @@ -126,7 +124,7 @@ sidebarheader { min-width: 120px; margin: 0px; } - + .cardViewGroup { margin-top: 8px; padding-bottom: 5px; @@ -143,6 +141,11 @@ sidebarheader { min-width: 30px; } +#cvBuddyIcon { + padding-left: 20px; + padding-top: 2px; +} + .CardViewText, .CardViewLink { padding-left: 20px; @@ -173,14 +176,7 @@ html|p { /* ::::: border adjustments ::::: */ -#sidebar-box { -/* border-top: none; - border-right: 1px solid ThreeDHighlight; - border-bottom: none; - border-left: 1px solid ThreeDShadow; */ -} - -#dirTree, #abResultsOutliner { +#dirTree, #abResultsTree { border: none; margin: 0px; }