1 /* ***** BEGIN LICENSE BLOCK *****
2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
4 * The contents of this file are subject to the Mozilla Public License Version
5 * 1.1 (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/MPL/
9 * Software distributed under the License is distributed on an "AS IS" basis,
10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 * for the specific language governing rights and limitations under the
14 * The Original Code is "Classic" theme of mozilla.org code.
16 * The Initial Developer of the Original Code is
17 * the Mozilla Organization.
18 * Portions created by the Initial Developer are Copyright (C) 1998-2001
19 * the Initial Developer. All Rights Reserved.
22 * Robert Kaiser <KaiRo@KaiRo.at>
24 * Alternatively, the contents of this file may be used under the terms of
25 * either the GNU General Public License Version 2 or later (the "GPL"), or
26 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 * in which case the provisions of the GPL or the LGPL are applicable instead
28 * of those above. If you wish to allow use of your version of this file only
29 * under the terms of either the GPL or the LGPL, and not to allow others to
30 * use your version of this file under the terms of the MPL, indicate your
31 * decision by deleting the provisions above and replace them with the notice
32 * and other provisions required by the GPL or the LGPL. If you do not delete
33 * the provisions above, a recipient may use your version of this file under
34 * the terms of any one of the MPL, the GPL or the LGPL.
36 * ***** END LICENSE BLOCK ***** */
38 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
40 /* ==== prefpanels.css ==================================================
41 == Styles used by all preference panels in the Communicator suite.
42 ====================================================================== */
44 /* ::::: Fonts ::::: */
51 .prefpanel-font-list {
55 /* ::::: Applications ::::: */
57 * Line up the actions menu with action labels above and below it.
58 * Equalize the distance from the left side of the action box to the left side
59 * of the icon for both the menu and the non-menu versions of the action box.
60 * Also make sure the labels are the same distance away from the icons.
63 #handlersView > listitem[selected="true"] {
75 .handler-action > .listcell-icon,
76 .handler-type > .listcell-icon {
78 -moz-margin-start: 3px;
84 .handler-action > .listcell-label,
85 .handler-type > .listcell-label {
93 .actionsMenu > .menulist-label-box {
95 -moz-padding-start: 0;
98 .actionsMenu > .menulist-label-box > .menulist-icon {
104 .handler-action > .menu-iconic-left {
106 -moz-margin-start: 2px !important;
107 -moz-margin-end: 5px !important;
110 * Make the icons appear.
111 * Note: we display the icon box for every item whether or not it has an icon
112 * so the labels of all the items align vertically.
118 .handler-action > .menu-iconic-left > .menu-iconic-icon {
123 /* Set icons on app pane elements */
125 .handler-action[appHandlerIcon="app"] {
126 list-style-image: url("chrome://communicator/skin/icons/application.png");
129 .handler-action[appHandlerIcon="ask"] {
130 list-style-image: url("chrome://communicator/skin/icons/alwaysAsk.png");
133 .handler-action[appHandlerIcon="save"] {
134 list-style-image: url("chrome://communicator/skin/icons/save.png");
137 .handler-action[appHandlerIcon="feed"] {
138 list-style-image: url("chrome://communicator/skin/icons/feedIcon16.png");
141 .handler-action[appHandlerIcon="plugin"] {
142 list-style-image: url("chrome://communicator/skin/icons/plugin.png");
145 .handler-type[typeClass="unknown"] {
146 list-style-image: url("moz-icon://goat?size=16");
149 .handler-type[typeClass="webFeed"],
150 .handler-type[typeClass="videoPodcastFeed"],
151 .handler-type[typeClass="audioPodcastFeed"] {
152 list-style-image: url("chrome://communicator/skin/icons/feedIcon16.png");
155 /* ::::: Sync ::::: */