source: trunk/web/addons/job_monarch/lib/extjs-30/resources/css/structure/editor.css @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 2.9 KB
Line 
1/*!
2 * Ext JS Library 3.0.0
3 * Copyright(c) 2006-2009 Ext JS, LLC
4 * licensing@extjs.com
5 * http://www.extjs.com/license
6 */
7.x-html-editor-wrap {
8    border:1px solid;
9}
10
11.x-html-editor-tb .x-btn-text {
12    background:transparent no-repeat;
13}
14
15.x-html-editor-tb .x-edit-bold, .x-menu-item img.x-edit-bold {
16    background-position:0 0;
17    background-image:url(../images/default/editor/tb-sprite.gif);   
18}
19
20.x-html-editor-tb .x-edit-italic, .x-menu-item img.x-edit-italic {
21    background-position:-16px 0;
22    background-image:url(../images/default/editor/tb-sprite.gif);
23}
24
25.x-html-editor-tb .x-edit-underline, .x-menu-item img.x-edit-underline {
26    background-position:-32px 0;
27    background-image:url(../images/default/editor/tb-sprite.gif);
28}
29
30.x-html-editor-tb .x-edit-forecolor, .x-menu-item img.x-edit-forecolor {
31    background-position:-160px 0;
32    background-image:url(../images/default/editor/tb-sprite.gif);
33}
34
35.x-html-editor-tb .x-edit-backcolor, .x-menu-item img.x-edit-backcolor {
36    background-position:-176px 0;
37    background-image:url(../images/default/editor/tb-sprite.gif);
38}
39
40.x-html-editor-tb .x-edit-justifyleft, .x-menu-item img.x-edit-justifyleft {
41    background-position:-112px 0;
42    background-image:url(../images/default/editor/tb-sprite.gif);
43}
44
45.x-html-editor-tb .x-edit-justifycenter, .x-menu-item img.x-edit-justifycenter {
46    background-position:-128px 0;
47    background-image:url(../images/default/editor/tb-sprite.gif);
48}
49
50.x-html-editor-tb .x-edit-justifyright, .x-menu-item img.x-edit-justifyright {
51    background-position:-144px 0;
52    background-image:url(../images/default/editor/tb-sprite.gif);
53}
54
55.x-html-editor-tb .x-edit-insertorderedlist, .x-menu-item img.x-edit-insertorderedlist {
56    background-position:-80px 0;
57    background-image:url(../images/default/editor/tb-sprite.gif);
58}
59
60.x-html-editor-tb .x-edit-insertunorderedlist, .x-menu-item img.x-edit-insertunorderedlist {
61    background-position:-96px 0;
62    background-image:url(../images/default/editor/tb-sprite.gif);
63}
64
65.x-html-editor-tb .x-edit-increasefontsize, .x-menu-item img.x-edit-increasefontsize {
66    background-position:-48px 0;
67    background-image:url(../images/default/editor/tb-sprite.gif);
68}
69
70.x-html-editor-tb .x-edit-decreasefontsize, .x-menu-item img.x-edit-decreasefontsize {
71    background-position:-64px 0;
72    background-image:url(../images/default/editor/tb-sprite.gif);
73}
74
75.x-html-editor-tb .x-edit-sourceedit, .x-menu-item img.x-edit-sourceedit {
76    background-position:-192px 0;
77    background-image:url(../images/default/editor/tb-sprite.gif);
78}
79
80.x-html-editor-tb .x-edit-createlink, .x-menu-item img.x-edit-createlink {
81    background-position:-208px 0;
82    background-image:url(../images/default/editor/tb-sprite.gif);
83}
84
85.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
86    padding:5px;
87    padding-bottom:1px;
88}
89
90.x-html-editor-tb .x-toolbar {
91    position:static !important;
92}
Note: See TracBrowser for help on using the repository browser.