X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=EarlyBlue%2Fskin%2FEarlyBlue%2Fmessenger%2Faddressbook%2Faddressbook.css;h=0abe47c46bdc38581bb1b07e04d563704e539f09;hb=128000f48e966be8e615f7e1c95920af85c4280c;hp=3b35cfbd323e80fbf1a45b8ef8403d1784c062bd;hpb=f6e0a33f329fdf02e7c41c683152890a9c44ccd3;p=themes.git diff --git a/EarlyBlue/skin/EarlyBlue/messenger/addressbook/addressbook.css b/EarlyBlue/skin/EarlyBlue/messenger/addressbook/addressbook.css index 3b35cfbd..0abe47c4 100644 --- a/EarlyBlue/skin/EarlyBlue/messenger/addressbook/addressbook.css +++ b/EarlyBlue/skin/EarlyBlue/messenger/addressbook/addressbook.css @@ -1,25 +1,40 @@ -/* - * 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/ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * - * 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 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/ * - * The Original Code is Mozilla Communicator client code, released - * March 31, 1998. + * 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 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. + * The Original Code is mozilla.org code. + * + * 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. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) - */ + * 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 + * 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 + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the NPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the NPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ /* ===== addressbook.css ================================================ == Styles for the main Address Book window. @@ -49,18 +64,6 @@ list-style-image : url("chrome://messenger/skin/addressbook/newcard-disabled.gif"); } -/* -#button-newcard:hover - { - list-style-image : url("chrome://messenger/skin/addressbook/newcard-hover.gif"); - } - -#button-newcard:hover:active - { - list-style-image : url("chrome://messenger/skin/addressbook/newcard-hover-active.gif"); - } -*/ - #button-newlist { list-style-image: url("chrome://messenger/skin/addressbook/newlist.gif"); } @@ -72,18 +75,6 @@ list-style-image : url("chrome://messenger/skin/addressbook/newlist-disabled.gif"); } -/* -#button-newlist:hover - { - list-style-image : url("chrome://messenger/skin/addressbook/newlist-hover.gif"); - } - -#button-newlist:hover:active - { - list-style-image : url("chrome://messenger/skin/addressbook/newlist-hover-active.gif"); - } -*/ - #button-editcard { list-style-image:url("chrome://messenger/skin/addressbook/person.gif"); } @@ -95,18 +86,6 @@ list-style-image : url("chrome://messenger/skin/addressbook/person-disabled.gif"); } -/* -#button-editcard:hover - { - list-style-image : url("chrome://messenger/skin/addressbook/person-hover.gif"); - } - -#button-editcard:hover:active - { - list-style-image : url("chrome://messenger/skin/addressbook/person-hover-active.gif"); - } -*/ - #button-newmessage { list-style-image:url("chrome://messenger/skin/addressbook/newmsg.gif"); } @@ -118,18 +97,6 @@ list-style-image : url("chrome://messenger/skin/addressbook/newmsg-disabled.gif"); } -/* -#button-newmessage:hover - { - list-style-image : url("chrome://messenger/skin/addressbook/newmsg-hover.gif"); - } - -#button-newmessage:hover:active - { - list-style-image : url("chrome://messenger/skin/addressbook/newmsg-hover-active.gif"); - } -*/ - #button-delete { list-style-image:url("chrome://messenger/skin/addressbook/trash.gif"); } @@ -141,18 +108,6 @@ list-style-image : url("chrome://messenger/skin/addressbook/trash-disabled.gif"); } -/* -#button-delete:hover - { - list-style-image : url("chrome://messenger/skin/addressbook/trash-hover.gif"); - } - -#button-delete:hover:active - { - list-style-image : url("chrome://messenger/skin/addressbook/trash-hover-active.gif"); - } -*/ - /* ::::: sidebar header ::::: */ sidebarheader { @@ -209,13 +164,20 @@ sidebarheader { min-width: 30px; } -.CardViewText { +.CardViewText, +.CardViewLink { padding-left: 20px; padding-right: 2px; min-width: 30px; margin: 0px; } +.CardViewLink { + color: blue; + text-decoration: underline; + cursor: pointer; +} + html|a { padding-left: 0px; padding-right: 2px; @@ -237,8 +199,10 @@ html|p { #dirTree, #resultsTree { border: none; + margin: 0px; } #resultsTree { /* border-left: 1px solid ThreeDShadow; */ } +