rlm@46: /* rlm@46: * Ext JS Library 2.1 rlm@46: * Copyright(c) 2006-2008, Ext JS, LLC. rlm@46: * licensing@extjs.com rlm@46: * rlm@46: * http://extjs.com/license rlm@46: */ rlm@46: rlm@46: .x-html-editor-wrap { rlm@46: border:1px solid #a9bfd3; rlm@46: background:white; rlm@46: } rlm@46: .x-html-editor-tb .x-btn-text { rlm@46: background:transparent url(../images/default/editor/tb-sprite.gif) no-repeat; rlm@46: } rlm@46: .x-html-editor-tb .x-edit-bold .x-btn-text { rlm@46: background-position:0 0; rlm@46: } rlm@46: .x-html-editor-tb .x-edit-italic .x-btn-text { rlm@46: background-position:-16px 0; rlm@46: } rlm@46: .x-html-editor-tb .x-edit-underline .x-btn-text { rlm@46: background-position:-32px 0; rlm@46: } rlm@46: .x-html-editor-tb .x-edit-forecolor .x-btn-text { rlm@46: background-position:-160px 0; rlm@46: } rlm@46: .x-html-editor-tb .x-edit-backcolor .x-btn-text { rlm@46: background-position:-176px 0; rlm@46: } rlm@46: .x-html-editor-tb .x-edit-justifyleft .x-btn-text { rlm@46: background-position:-112px 0; rlm@46: } rlm@46: .x-html-editor-tb .x-edit-justifycenter .x-btn-text { rlm@46: background-position:-128px 0; rlm@46: } rlm@46: .x-html-editor-tb .x-edit-justifyright .x-btn-text { rlm@46: background-position:-144px 0; rlm@46: } rlm@46: .x-html-editor-tb .x-edit-insertorderedlist .x-btn-text { rlm@46: background-position:-80px 0; rlm@46: } rlm@46: .x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text { rlm@46: background-position:-96px 0; rlm@46: } rlm@46: .x-html-editor-tb .x-edit-increasefontsize .x-btn-text { rlm@46: background-position:-48px 0; rlm@46: } rlm@46: .x-html-editor-tb .x-edit-decreasefontsize .x-btn-text { rlm@46: background-position:-64px 0; rlm@46: } rlm@46: .x-html-editor-tb .x-edit-sourceedit .x-btn-text { rlm@46: background-position:-192px 0; rlm@46: } rlm@46: .x-html-editor-tb .x-edit-createlink .x-btn-text { rlm@46: background-position:-208px 0; rlm@46: } rlm@46: rlm@46: .x-html-editor-tip .x-tip-bd .x-tip-bd-inner { rlm@46: padding:5px; rlm@46: padding-bottom:1px; rlm@46: } rlm@46: rlm@46: .x-html-editor-tb .x-toolbar { rlm@46: position:static !important; rlm@46: }