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