updating EarlyBlue for recent XUL changes
[themes.git] / EarlyBlue / skin / EarlyBlue / communicator / profile / profile.css
CommitLineData
f6e0a33f 1/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 *
3 * The contents of this file are subject to the Netscape Public
4 * License Version 1.1 (the "License"); you may not use this file
5 * except in compliance with the License. You may obtain a copy of
6 * the License at http://www.mozilla.org/NPL/
7 *
8 * Software distributed under the License is distributed on an "AS
9 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
10 * implied. See the License for the specific language governing
11 * rights and limitations under the License.
12 *
13 * The Original Code is Mozilla Communicator client code, released
14 * March 31, 1998.
15 *
16 * The Initial Developer of the Original Code is Netscape
17 * Communications Corporation. Portions created by Netscape are
18 * Copyright (C) 1998-1999 Netscape Communications Corporation. All
19 * Rights Reserved.
20 *
21 * Contributors:
22 * Ben Goodger <ben@netscape.com>
23 * Chris Nelson <chrisn@statecollege.com>
24 *
25 */
26
27@import url(chrome://global/skin/global.css);
28
29window.dialog {
30 padding: 0;
31}
32
33.dimmed-highcontrast {
34 color: #99cccc ! important;
35}
36
37#profiles > treechildren > treeitem > treerow > treecell > .tree-cell-icon {
38 list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
39}
40
41#profiles > treechildren > treeitem > treerow > treecell[rowMigrate="no"] > .tree-cell-icon {
42 list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
43}
44
45/* profile selection dialog */
46html#intro {
47 width: 17em;
48}
49
50box#managebuttons > button {
51 min-width: 8em;
52}
53
54/* display area */
55box#contentarea {
56 border-top: 2px groove #CCCCCC;
57 border-bottom: 2px groove #CCCCCC;
58 padding: 7px;
59}
60
61/* top border on status area */
62box#wizardButtons {
63 padding-top: 1px;
64 padding-bottom: 1px;
65}
66
67box.selection {
68 margin-top: 4px;
69}