css/inline-editor.css
authoredward <edward@roojs.com>
Fri, 1 Apr 2016 03:52:11 +0000 (11:52 +0800)
committeredward <edward@roojs.com>
Fri, 1 Apr 2016 03:52:11 +0000 (11:52 +0800)
css/inline-editor.css

index 3288e02..09f06b6 100644 (file)
@@ -1,36 +1,36 @@
 /*
-.yinline-editor {\r
-       border: 1px solid #a3bac9;\r
-       font: normal 11px arial,helvetica,sans-serif;\r
-       left: 0;\r
-       overflow: hidden;\r
-       padding: 1px 0 0 1px;\r
-       position: absolute;\r
-       top: 0;\r
-}\r
-.yinline-editor-multiline {\r
-       overflow: hidden;\r
-       padding: 0;\r
-       white-space: nowrap;\r
-}\r
-.yinline-editor-sizer {\r
-       font: normal 11px arial,helvetica,sans-serif;\r
-       left: -1000px;\r
-       padding: 3px;\r
-       padding-right: 6px;\r
-       position: absolute;\r
-       top: -1000px;\r
-       visibility: hidden;\r
-       white-space: nowrap;\r
-}\r
-.yinline-editor-wrap {\r
-       color: white;\r
-       overflow: auto;\r
-       position: absolute;\r
-       top: 0;\r
-       visibility: hidden;\r
-       z-index: 15002;\r
-}\r
+.yinline-editor {
+       border: 1px solid #a3bac9;
+       font: normal 11px arial,helvetica,sans-serif;
+       left: 0;
+       overflow: hidden;
+       padding: 1px 0 0 1px;
+       position: absolute;
+       top: 0;
+}
+.yinline-editor-multiline {
+       overflow: hidden;
+       padding: 0;
+       white-space: nowrap;
+}
+.yinline-editor-sizer {
+       font: normal 11px arial,helvetica,sans-serif;
+       left: -1000px;
+       padding: 3px;
+       padding-right: 6px;
+       position: absolute;
+       top: -1000px;
+       visibility: hidden;
+       white-space: nowrap;
+}
+.yinline-editor-wrap {
+       color: white;
+       overflow: auto;
+       position: absolute;
+       top: 0;
+       visibility: hidden;
+       z-index: 15002;
+}
 
 */
 .x-html-editor-wrap
@@ -61,6 +61,7 @@
 .x-html-editor-tb .x-edit-bold .x-btn-text              { background-position: 0 0px; }
 .x-html-editor-tb .x-edit-italic .x-btn-text            { background-position: 0 -16px; } 
 .x-html-editor-tb .x-edit-underline .x-btn-text         { background-position: 0 -32px; } 
+.x-html-editor-tb .x-edit-strikethrough .x-btn-text     { background-position: 0 -214px; }
 .x-html-editor-tb .x-edit-increasefontsize .x-btn-text  { background-position: 0 -48px; } 
 .x-html-editor-tb .x-edit-decreasefontsize .x-btn-text  { background-position: 0 -64px; } 
 .x-html-editor-tb .x-edit-insertorderedlist .x-btn-text { background-position: 0 -80px; }