b652e532e3bfab8c63b737469648eb88a88f8f96
[themes.git] / EarlyBlue / 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 treechildren::-moz-tree-image {
10   -moz-margin-end: 2px;
11   list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
12 }
13
14 treechildren::-moz-tree-image(rowMigrate-no) {
15   list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
16 }
17
18 /* profile selection dialog */
19 #intro,
20 #label {
21   width: 17em;
22 }
23
24 #managebuttons > button {
25   min-width: 8em;
26 }