css/daypicker.css
[roojs1] / css / inline-editor.css
index 0b35dae..3d1a86f 100644 (file)
 */
 .x-html-editor-wrap
 {
-    background-color:#000;
+    background-color:#fff;
     border:1px solid #a3bac9;
 }
 
 /*-------- all the buttons -------*/
+.x-html-editor-tb {
+    height: 24px;
+}
+.x-html-editor-tb .x-toolbar {
+    height: 24px;
+}
+.x-html-editor-tb .x-toolbar > table {
+    position:absolute;
+}
 
 .x-html-editor-tb .x-btn-text {
     background:transparent url(../images/default/form/htmleditor.gif) no-repeat scroll 0% 0%;
@@ -64,6 +73,9 @@
 .x-html-editor-tb .x-edit-sourceedit .x-btn-text        { background-position: 0 -192px; } 
 .x-html-editor-tb .x-edit-createlink .x-btn-text        { background-position: 0 -208px; } 
 
+/** extra buttons */
+.x-html-editor-tb .x-edit-none  .x-btn-text          { background: transparent none 0 0; } 
+
 
 .x-html-editor-tb .x-toolbar .x-btn {
     margin-left:0px;