add orion styling just so that scratchpad and style editor work in newer builds ...
[themes.git] / LCARStrek / browser / preferences / applications.css
CommitLineData
50c0175b
RK
1/* ***** BEGIN LICENSE BLOCK *****
2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3 *
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/
8 *
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
12 * License.
13 *
14 * The Original Code is the Firefox Preferences System.
15 *
16 * The Initial Developer of the Original Code is Mozilla Foundation.
17 * Portions created by the Initial Developer are Copyright (C) 2005
18 * the Initial Developer. All Rights Reserved.
19 *
20 * Contributor(s):
21 * Florian Queze <florian@mozilla.com>
22 *
23 * Alternatively, the contents of this file may be used under the terms of
24 * either the GNU General Public License Version 2 or later (the "GPL"), or
25 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
26 * in which case the provisions of the GPL or the LGPL are applicable instead
27 * of those above. If you wish to allow use of your version of this file only
28 * under the terms of either the GPL or the LGPL, and not to allow others to
29 * use your version of this file under the terms of the MPL, indicate your
30 * decision by deleting the provisions above and replace them with the notice
31 * and other provisions required by the GPL or the LGPL. If you do not delete
32 * the provisions above, a recipient may use your version of this file under
33 * the terms of any one of the MPL, the GPL or the LGPL.
34 *
35 * ***** END LICENSE BLOCK ***** */
36
37/**
38 * Line up the actions menu with action labels above and below it.
39 * Equalize the distance from the left side of the action box to the left side
40 * of the icon for both the menu and the non-menu versions of the action box.
41 * Also make sure the labels are the same distance away from the icons.
42 */
43.actionsMenu {
44 margin: 0;
45}
46
47.typeIcon,
48.actionIcon {
49 -moz-margin-start: 3px;
50 -moz-margin-end: 3px;
51}
52
53richlistitem > hbox > hbox > label {
54 -moz-margin-start: 1px;
55 margin-top: 2px;
56}
57
58richlistitem {
59 min-height: 22px;
60}
61
62richlistitem[appHandlerIcon="app"],
63menuitem[appHandlerIcon="app"] {
64 list-style-image: url("chrome://browser/skin/preferences/application.png");
65}
66
67richlistitem[appHandlerIcon="ask"],
68menuitem[appHandlerIcon="ask"] {
69 list-style-image: url("chrome://browser/skin/preferences/alwaysAsk.png");
70}
71
72richlistitem[appHandlerIcon="save"],
73menuitem[appHandlerIcon="save"] {
74 list-style-image: url("chrome://browser/skin/preferences/saveFile.png");
75}
76
77richlistitem[appHandlerIcon="feed"],
78menuitem[appHandlerIcon="feed"] {
79 list-style-image: url("chrome://browser/skin/feeds/feedIcon16.png");
80}
81
82richlistitem[appHandlerIcon="plugin"],
83menuitem[appHandlerIcon="plugin"] {
84 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
85}
86
87.actionsMenu > .menulist-label-box {
88 padding: 1px;
89 -moz-padding-start: 0;
90}
91
92.actionsMenu > .menulist-label-box > .menulist-icon {
93 margin: 0 2px;
94 height: 16px;
95 width: 16px;
96}
97
98.actionsMenu > .menulist-label-box > .menulist-label {
99 margin: 3px 2px 1px !important;
100}
101
102menuitem {
103 -moz-padding-start: 2px;
104}
105
106.menu-iconic-left {
107 -moz-margin-end: 4px !important;
108}