/* * The contents of this file are subject to the Netscape Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) */ /* ===== addressbook.css ================================================ == Styles for the main Address Book window. ======================================================================= */ @import url(chrome://communicator/skin/); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: addressbook image precaching ::::: */ #resource_bundle_addressbook { -moz-binding: url("chrome://messenger/skin/addressbook/resources.xml#resource_bundle_addressbook"); /* ::::: primary toolbar buttons ::::: */ #button-newcard { list-style-image:url("chrome://messenger/skin/addressbook/newcard.gif"); } #button-newcard[disabled="true"] { list-style-image:url("chrome://messenger/skin/addressbook/newcard_dis.gif"); } #button-newlist { list-style-image:url("chrome://messenger/skin/addressbook/newlist.gif"); } #button-newlist[disabled="true"] { list-style-image:url("chrome://messenger/skin/addressbook/newlist_dis.gif"); } #button-editcard { list-style-image:url("chrome://messenger/skin/addressbook/edit.gif"); } #button-editcard[disabled="true"] { list-style-image:url("chrome://messenger/skin/addressbook/edit_dis.gif"); } #button-newmessage { list-style-image:url("chrome://messenger/skin/addressbook/newmsgab.gif"); } #button-newmessage[disabled="true"] { list-style-image:url("chrome://messenger/skin/addressbook/newmsgab_dis.gif"); } #button-delete { list-style-image:url("chrome://messenger/skin/addressbook/trash.gif") !important; } #button-delete[disabled="true"] { list-style-image:url("chrome://messenger/skin/addressbook/trash_dis.gif") !important; } /* CardView styles - used in the Card View Pane*/ #CardViewBox { /* overflow: auto;*/ background-color: #CCD0DD; min-width: 150px; user-focus: ignore; } #CardViewInnerBox { margin-top: 2px; margin-bottom: 2px; padding-left: 8px; padding-right: 8px; } #CardTitle { font-size: 150%; font-weight: bold; border-bottom: 2px solid black; min-width: 120px; margin: 0px; } .cardViewGroup { margin-top: 8px; padding-bottom: 5px; min-width: 50px; } .CardViewHeading { padding: 1px; padding-left: 5px; margin: 0px 0px 1px 0px; background-color: #9999CC; color: white; font-weight: bold; min-width: 30px; } .CardViewText { padding-left: 20px; padding-right: 2px; min-width: 30px; margin: 0px; } html|a { padding-left: 0px; padding-right: 2px; border: 0px !important; } html|p { border: none !important; } /* ::::: border adjustments ::::: */ #sidebar-box { border: none; } #dirTree { // Tree that lists different Address Books min-width : 10px; border : none; } #dirTreeBox { border : none; } #dirTree[type="dialog"] { } #resultsTree { border-top : none; border-bottom : none; }