sync both themes with suite classic theme changes in SeaMonkey 2.50 cycle
[themes.git] / EarlyBlue / communicator / profile / profile.css
CommitLineData
9099c61d
RK
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/. */
f6e0a33f 4
74d14f90 5@import url("chrome://global/skin/global.css");
f6e0a33f 6
128000f4 7@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
8
76983f4c 9treechildren::-moz-tree-image {
dae45075 10 margin-inline-end: 2px;
f6e0a33f 11 list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
12}
13
76983f4c 14treechildren::-moz-tree-image(rowMigrate-no) {
f6e0a33f 15 list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
16}
17
18/* profile selection dialog */
d4dc8501
RK
19
20/* Override global.css */
21hbox.wizard-box {
22 padding: 10px 10px 10px 10px;
23}
24
66c00ea1
RK
25#intro,
26#label {
f6e0a33f 27 width: 17em;
28}
29
8f5d5e21 30#managebuttons > button {
f6e0a33f 31 min-width: 8em;
32}