X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2Faddressbook%2Faddressbook.css;h=51850b0dc56e74e4711a41a647b9b4cee411f679;hp=3bd7c0a664208e296a4b6dfa3579e8eb125d5d21;hb=3d6dd546c97f902b849a45d2bf2fa7cc623cb2e9;hpb=07b3f50491fd13e9107c43e9c86b00af6a8f2fe2 diff --git a/LCARStrek/messenger/addressbook/addressbook.css b/LCARStrek/messenger/addressbook/addressbook.css index 3bd7c0a6..51850b0d 100644 --- a/LCARStrek/messenger/addressbook/addressbook.css +++ b/LCARStrek/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 @@ -43,6 +43,7 @@ @import url("chrome://messenger/skin/"); @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,11 +54,11 @@ #button-newcard:hover, #button-newcard:hover:active { list-style-image: url("chrome://messenger/skin/addressbook/icons/newcard-hover.gif"); -} +} #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"); @@ -66,11 +67,11 @@ #button-newlist:hover, #button-newlist:hover:active { list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist-hover.gif"); -} +} #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"); @@ -79,11 +80,11 @@ #button-editcard:hover, #button-editcard:hover:active { list-style-image: url("chrome://messenger/skin/addressbook/icons/person-hover.gif"); -} +} #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"); @@ -92,24 +93,24 @@ #button-newmessage:hover, #button-newmessage:hover:active { list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-hover.gif"); -} +} #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/newmsg.gif"); + list-style-image:url("chrome://messenger/skin/addressbook/icons/im.gif"); } #button-newim:hover, #button-newim:hover:active { - list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-hover.gif"); -} + list-style-image: url("chrome://messenger/skin/addressbook/icons/im-hover.gif"); +} #button-newim[disabled="true"] { - list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-disabled.gif") !important; -} + list-style-image: url("chrome://messenger/skin/addressbook/icons/im-disabled.gif") !important; +} #button-delete { list-style-image:url("chrome://global/skin/icons/trash.gif"); @@ -118,11 +119,11 @@ #button-delete:hover, #button-delete:hover:active { list-style-image:url("chrome://global/skin/icons/trash-hover.gif"); -} +} #button-delete[disabled="true"] { list-style-image: url("chrome://global/skin/icons/trash-disabled.gif") !important; -} +} /* CardView styles - used in the Card View Pane */ @@ -151,7 +152,7 @@ min-width: 120px; margin: 0px; } - + .cardViewGroup { margin-top: 8px; padding-bottom: 5px; @@ -203,11 +204,11 @@ html|p { /* ::::: border adjustments ::::: */ -#results-splitter { +#results-splitter { border: none; } -#dirTree, #abResultsTree { +#dirTree, #abResultsTree { border: none; margin: 0px; }