relicense to MPL2
[themes.git] / LCARStrek / communicator / profile / profile.css
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 @import url("chrome://global/skin/global.css");
6
7 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
8
9 window.dialog {
10   padding: 0;
11 }
12
13 treechildren::-moz-tree-image {
14   -moz-margin-end: 2px;
15   list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
16 }
17
18 treechildren::-moz-tree-image(rowMigrate-no) {
19   list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
20 }
21
22 /* profile selection dialog */
23 html#intro {
24   width: 17em;
25 }
26
27 box#managebuttons > button {
28   min-width: 8em;
29 }
30
31 /* display area */
32 box#contentarea {
33   border-top: 2px solid #9C9CFF;
34   border-bottom: 2px solid #9C9CFF;
35   padding: 7px;
36 }
37
38 /* top border on status area */
39 box#wizardButtons {
40   padding-top: 1px;
41   padding-bottom: 1px;
42 }
43
44 box.selection {
45   margin-top: 4px;
46 }
47
48 description.error {
49   color: #FF0000;
50 }