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