removing old LCARStrek
[themes.git] / LCARStrek / editor / skin / editor.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 @import url(chrome://communicator/skin/);\r
24 @import url(chrome://communicator/skin/sidebar/sidebar.css);\r
25 /* Note: most of our styles are in EditorToolbars.css \r
26    in order to share with all users of editor\r
27 */\r
28 \r
29 #content-frame { \r
30   min-width: 10px; \r
31   min-height: 10px;\r
32   height: 400px;\r
33\r
34 \r
35 .source-editor, .source-editor:focus {\r
36   margin: 0px 5px 5px 0px;\r
37   border: 0px;\r
38   /* Scroll bars are in content, \r
39      so we can't use right and bottom padding! */\r
40   padding: 5px 0px 0px 5px;\r
41 }\r