X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2Faddressbook%2Faddressbook.css;h=f3df503edcf105052116a36847538fda1b3fae50;hp=0fe1507c7ccb299ae5a49725d61b2bd5b21bfb0a;hb=d61a45b24b8aab4323df5cdef2fd0c59ecad38ff;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f diff --git a/EarlyBlue/messenger/addressbook/addressbook.css b/EarlyBlue/messenger/addressbook/addressbook.css index 0fe1507c..f3df503e 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,24 +77,23 @@ #button-newmessage[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"); } -#button-delete[disabled="true"] { - list-style-image: url("chrome://global/skin/icons/trash-disabled.gif") !important; -} +#button-newim { + list-style-image:url("chrome://messenger/skin/addressbook/icons/im.gif"); +} -/* ::::: sidebar header ::::: */ +#button-newim[disabled="true"] { + list-style-image: url("chrome://messenger/skin/addressbook/icons/im-disabled.gif") !important; +} -sidebarheader { - border: 1px outset #CCD0DD; +#button-delete { + list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); + -moz-image-region: rect(0px 25px 21px 0px); } -#sidebar-title-box { - border: none; +#button-delete[disabled="true"] { + -moz-image-region: rect(0px 50px 21px 25px); } /* CardView styles - used in the Card View Pane */ @@ -126,7 +125,7 @@ sidebarheader { min-width: 120px; margin: 0px; } - + .cardViewGroup { margin-top: 8px; padding-bottom: 5px; @@ -143,6 +142,11 @@ sidebarheader { min-width: 30px; } +#cvBuddyIcon { + padding-left: 20px; + padding-top: 2px; +} + .CardViewText, .CardViewLink { padding-left: 20px; @@ -157,6 +161,10 @@ sidebarheader { cursor: pointer; } +#cvHomeMapIt, #cvWorkMapIt { + margin-bottom: 0px; +} + html|a { padding-left: 0px; padding-right: 2px; @@ -169,14 +177,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 +185,12 @@ html|p { #resultsTree { /* border-left: 1px solid ThreeDShadow; */ } + +/* ::::: Search Bar ::::: */ + +#searchBox { +/* + border-top: 1px solid ThreeDHighlight; + border-bottom: 1px solid ThreeDShadow; +*/ +}