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