provide installation instructions
[extjs.git] / resources / css / editor.css
1 /*\r
2  * Ext JS Library 2.2.1\r
3  * Copyright(c) 2006-2009, Ext JS, LLC.\r
4  * licensing@extjs.com\r
5  * \r
6  * http://extjs.com/license\r
7  */\r
8 \r
9 .x-html-editor-wrap {\r
10     border:1px solid #a9bfd3;\r
11     background:white;\r
12 }\r
13 .x-html-editor-tb .x-btn-text {\r
14     background:transparent url(../images/default/editor/tb-sprite.gif) no-repeat;\r
15 }\r
16 .x-html-editor-tb .x-edit-bold .x-btn-text {\r
17     background-position:0 0;\r
18 }\r
19 .x-html-editor-tb .x-edit-italic .x-btn-text {\r
20     background-position:-16px 0;\r
21 }\r
22 .x-html-editor-tb .x-edit-underline .x-btn-text {\r
23     background-position:-32px 0;\r
24 }\r
25 .x-html-editor-tb .x-edit-forecolor .x-btn-text {\r
26     background-position:-160px 0;\r
27 }\r
28 .x-html-editor-tb .x-edit-backcolor .x-btn-text {\r
29     background-position:-176px 0;\r
30 }\r
31 .x-html-editor-tb .x-edit-justifyleft .x-btn-text {\r
32     background-position:-112px 0;\r
33 }\r
34 .x-html-editor-tb .x-edit-justifycenter .x-btn-text {\r
35     background-position:-128px 0;\r
36 }\r
37 .x-html-editor-tb .x-edit-justifyright .x-btn-text {\r
38     background-position:-144px 0;\r
39 }\r
40 .x-html-editor-tb .x-edit-insertorderedlist .x-btn-text {\r
41     background-position:-80px 0;\r
42 }\r
43 .x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text {\r
44     background-position:-96px 0;\r
45 }\r
46 .x-html-editor-tb .x-edit-increasefontsize .x-btn-text {\r
47     background-position:-48px 0;\r
48 }\r
49 .x-html-editor-tb .x-edit-decreasefontsize .x-btn-text {\r
50     background-position:-64px 0;\r
51 }\r
52 .x-html-editor-tb .x-edit-sourceedit .x-btn-text {\r
53     background-position:-192px 0;\r
54 }\r
55 .x-html-editor-tb .x-edit-createlink .x-btn-text {\r
56     background-position:-208px 0;\r
57 }\r
58 \r
59 .x-html-editor-tip .x-tip-bd .x-tip-bd-inner {\r
60     padding:5px;\r
61     padding-bottom:1px;\r
62 }\r
63 \r
64 .x-html-editor-tb .x-toolbar {\r
65     position:static !important;\r
66 }