accomodate recent XUL 1.0 changes
[themes.git] / EarlyBlue / messenger / skin / importDialog.css
1 /* \r
2  * The contents of this file are subject to the Netscape Public\r
3  * License Version 1.1 (the "License"); you may not use this file\r
4  * except in compliance with the License. You may obtain a copy of\r
5  * the License at http://www.mozilla.org/NPL/\r
6  *  \r
7  * Software distributed under the License is distributed on an "AS\r
8  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
9  * implied. See the License for the specific language governing\r
10  * rights and limitations under the License.\r
11  *  \r
12  * The Original Code is Mozilla Communicator client code, released\r
13  * March 31, 1998.\r
14  * \r
15  * The Initial Developer of the Original Code is Netscape\r
16  * Communications Corporation. Portions created by Netscape are\r
17  * Copyright (C) 1998-1999 Netscape Communications Corporation. All\r
18  * Rights Reserved.\r
19  * \r
20  * Contributor(s): \r
21  *   \r
22  */\r
23 \r
24 @import url(chrome://communicator/skin/);\r
25 \r
26 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */\r
27 @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */\r
28 \r
29 #import-type-radio-box {\r
30   padding-top: 1em;\r
31 }\r
32 \r
33 #import-module-list-box {\r
34   padding: 1em 3em 2em 3em;\r
35 }\r
36 \r
37 #import-module-tree-box {\r
38   height: 8em;\r
39   width: 20em;\r
40   border: 1px inset white;\r
41   margin-top: .5em;\r
42 }\r
43 \r
44 #description {\r
45   margin: 1.5em 0px 0px 0px;\r
46   padding: 0px 2px 0px 2px;\r
47   height: 4em;\r
48   width: 20em;\r
49   background-color:white;\r
50   border:1px inset white;\r
51 }\r
52 \r
53 #progressStatus {\r
54   margin: 1em 0px 0px 0px;\r
55 }\r
56 \r
57 #progressMeter {\r
58   margin: 1em 2em 2em 1em; \r
59   width: 26em;\r
60 }\r
61 \r