css/roojs.css
[roojs1] / css / inline-editor.css
index e99199d..dacae23 100644 (file)
     margin-left:0px;
     margin-right:0px;
 }
-  
+
+/** 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