diff onlypaths/theme/css/editor.css @ 46:26c2b3ad21c7 laserkard

[svn r47] saving progresswww.cinemassacre.com/new/?page_id=30
author rlm
date Sun, 31 Jan 2010 12:33:33 -0500
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/onlypaths/theme/css/editor.css	Sun Jan 31 12:33:33 2010 -0500
     1.3 @@ -0,0 +1,66 @@
     1.4 +/*
     1.5 + * Ext JS Library 2.1
     1.6 + * Copyright(c) 2006-2008, Ext JS, LLC.
     1.7 + * licensing@extjs.com
     1.8 + * 
     1.9 + * http://extjs.com/license
    1.10 + */
    1.11 +
    1.12 +.x-html-editor-wrap {
    1.13 +    border:1px solid #a9bfd3;
    1.14 +    background:white;
    1.15 +}
    1.16 +.x-html-editor-tb .x-btn-text {
    1.17 +    background:transparent url(../images/default/editor/tb-sprite.gif) no-repeat;
    1.18 +}
    1.19 +.x-html-editor-tb .x-edit-bold .x-btn-text {
    1.20 +    background-position:0 0;
    1.21 +}
    1.22 +.x-html-editor-tb .x-edit-italic .x-btn-text {
    1.23 +    background-position:-16px 0;
    1.24 +}
    1.25 +.x-html-editor-tb .x-edit-underline .x-btn-text {
    1.26 +    background-position:-32px 0;
    1.27 +}
    1.28 +.x-html-editor-tb .x-edit-forecolor .x-btn-text {
    1.29 +    background-position:-160px 0;
    1.30 +}
    1.31 +.x-html-editor-tb .x-edit-backcolor .x-btn-text {
    1.32 +    background-position:-176px 0;
    1.33 +}
    1.34 +.x-html-editor-tb .x-edit-justifyleft .x-btn-text {
    1.35 +    background-position:-112px 0;
    1.36 +}
    1.37 +.x-html-editor-tb .x-edit-justifycenter .x-btn-text {
    1.38 +    background-position:-128px 0;
    1.39 +}
    1.40 +.x-html-editor-tb .x-edit-justifyright .x-btn-text {
    1.41 +    background-position:-144px 0;
    1.42 +}
    1.43 +.x-html-editor-tb .x-edit-insertorderedlist .x-btn-text {
    1.44 +    background-position:-80px 0;
    1.45 +}
    1.46 +.x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text {
    1.47 +    background-position:-96px 0;
    1.48 +}
    1.49 +.x-html-editor-tb .x-edit-increasefontsize .x-btn-text {
    1.50 +    background-position:-48px 0;
    1.51 +}
    1.52 +.x-html-editor-tb .x-edit-decreasefontsize .x-btn-text {
    1.53 +    background-position:-64px 0;
    1.54 +}
    1.55 +.x-html-editor-tb .x-edit-sourceedit .x-btn-text {
    1.56 +    background-position:-192px 0;
    1.57 +}
    1.58 +.x-html-editor-tb .x-edit-createlink .x-btn-text {
    1.59 +    background-position:-208px 0;
    1.60 +}
    1.61 +
    1.62 +.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
    1.63 +    padding:5px;
    1.64 +    padding-bottom:1px;
    1.65 +}
    1.66 +
    1.67 +.x-html-editor-tb .x-toolbar {
    1.68 +    position:static !important;
    1.69 +}
    1.70 \ No newline at end of file