css/roojs.css
[roojs1] / css / inline-editor.css
index 59e37c1..dacae23 100644 (file)
@@ -46,6 +46,9 @@
 .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%;
     margin-left:0px;
     margin-right:0px;
 }
-  
\ No newline at end of file
+
+/** force height of toolbar so it's constant */
+.x-html-editor-wrap .x-toolbar {
+    height: 20px;
+}
+  
+/** status bar **/  
+  
+.x-html-editor-wrap   .x-editor-context span {
+    cursor: pointer;
+}
+.x-html-editor-wrap   .x-editor-context span:hover {
+    text-decoration: underline;
+}
\ No newline at end of file