X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FprefPanels.css;h=0cbd403e32cf107c87d5029f85693d2d932c1182;hp=7364d6ae313c6aa5890ef21c9155aa1a6cefd449;hb=4528165cadb8ed7b5b95abe94b43bd3af528920e;hpb=b1eaa41997928ca662ce1158215dc02e5b203eb0 diff --git a/LCARStrek/messenger/prefPanels.css b/LCARStrek/messenger/prefPanels.css index 7364d6ae..0cbd403e 100644 --- a/LCARStrek/messenger/prefPanels.css +++ b/LCARStrek/messenger/prefPanels.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. @@ -22,7 +22,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 @@ -40,22 +40,16 @@ ======================================================================= */ @import url("chrome://messenger/skin/"); -@import url("chrome://communicator/skin/dialogOverlay.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -/* :::::: layout preference icons ::::: */ +/* ::::: Tags ::::: */ -#classic { - min-height : 32px; - list-style-image : url("chrome://messenger/skin/icons/winclassic.gif"); +#tagList > listhead { + text-align: center; } -#wide { - min-height : 32px; - list-style-image : url("chrome://messenger/skin/icons/winwide.gif"); -} - -.smileface { - list-style-image: url("chrome://editor/content/images/smile_n.gif"); +#tagList > listitem > listcell { + -moz-padding-start: 16px; + -moz-padding-end: 16px; }