| 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.\r |
| 13 | * \r |
| 14 | * The Initial Developer of the Original Code is Netscape\r |
| 15 | * Communications Corporation. Portions created by Netscape are\r |
| 16 | * Copyright (C) 1998-1999 Netscape Communications Corporation. All\r |
| 17 | * Rights Reserved.\r |
| 18 | * \r |
| 19 | * Contributor(s): \r |
| 20 | * Don Bragg (dbragg@netscape.com) 12/08/1999\r |
| 21 | * Blake Ross (BlakeR1234@aol.com) 6/12/2000\r |
| 22 | */\r |
| 23 | \r |
| 24 | @import url(chrome://global/skin);\r |
| 25 | \r |
| 26 | \r |
| 27 | div.label {\r |
| 28 | margin : 3px;\r |
| 29 | }\r |
| 30 | \r |
| 31 | div#tree-housing {\r |
| 32 | height : 3em;\r |
| 33 | }\r |
| 34 | \r |
| 35 | box#mainBox{\r |
| 36 | margin : 5px;\r |
| 37 | }\r |
| 38 | \r |
| 39 | box#okcancelBox{\r |
| 40 | margin-left : 22em;\r |
| 41 | margin-top : 3px;\r |
| 42 | margin-bottom : 3px;\r |
| 43 | }\r |
| 44 | \r |
| 45 | \r |
| 46 | box#treeBox{\r |
| 47 | height : 18ex;\r |
| 48 | margin : 0em;\r |
| 49 | }\r |
| 50 | \r |
| 51 | box#statusMessages{\r |
| 52 | width : 36em;\r |
| 53 | }\r |
| 54 | \r |
| 55 | \r |
| 56 | /*\r |
| 57 | div#table-housing {\r |
| 58 | height : 100%;\r |
| 59 | }\r |
| 60 | */\r |
| 61 | \r |
| 62 | tree#modulesTree {\r |
| 63 | background-color : transparent ! important;\r |
| 64 | height : 16ex;\r |
| 65 | width : 32em;\r |
| 66 | }\r |
| 67 | \r |
| 68 | treecell#moduleName {\r |
| 69 | width : 50%\r |
| 70 | }\r |
| 71 | \r |
| 72 | treecell#moduleSource {\r |
| 73 | width : 50%;\r |
| 74 | }\r |
| 75 | tree > treechildren {\r |
| 76 | background-color : window ! important;\r |
| 77 | }\r |
| 78 | \r |
| 79 | tree#modulesTree > treehead > treerow > treecell {\r |
| 80 | padding-left : 1px;\r |
| 81 | padding-right : 1px;\r |
| 82 | border-left : none;\r |
| 83 | border-top : none;\r |
| 84 | border-right : none;\r |
| 85 | background-color : transparent ! important;\r |
| 86 | color : windowtext;\r |
| 87 | }\r |
| 88 | \r |
| 89 | spring#verticalSmallSpacer {\r |
| 90 | height : 1ex;\r |
| 91 | }\r |
| 92 | \r |
| 93 | spring#verticalLargeSpacer {\r |
| 94 | height : 6ex;\r |
| 95 | }\r |
| 96 | \r |
| 97 | spring#verticalMediumSpacer {\r |
| 98 | height : 3ex;\r |
| 99 | }\r |
| 100 | \r |
| 101 | spring#horizontalSmallSpacer {\r |
| 102 | width : 2em;\r |
| 103 | }\r |
| 104 | \r |
| 105 | spring#horizontalLargeSpacer {\r |
| 106 | width : 10em;\r |
| 107 | }\r |
| 108 | \r |
| 109 | .headline {\r |
| 110 | font-size : 2em;\r |
| 111 | margin : 4px;\r |
| 112 | font-weight : bold;\r |
| 113 | } |