diff --git a/extension/ezoe/design/standard/stylesheets/skins/default/content.css b/extension/ezoe/design/standard/stylesheets/skins/default/content.css index 19cf0b80dcd..7f1a8293c42 100644 --- a/extension/ezoe/design/standard/stylesheets/skins/default/content.css +++ b/extension/ezoe/design/standard/stylesheets/skins/default/content.css @@ -44,6 +44,7 @@ h6 } .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;} +.mceItemTable td { min-height: 20px; } a.mceItemAnchor {display:inline-block; -webkit-user-select:all; -webkit-user-modify:read-only; -moz-user-select:all; -moz-user-modify:read-only; width:11px !important; height:11px !important; background:url(img/items.gif) no-repeat center center} span.mceItemNbsp {background: #DDD} td.mceSelected, th.mceSelected {background-color:#3399ff !important} diff --git a/extension/ezoe/design/standard/stylesheets/skins/o2k7/content.css b/extension/ezoe/design/standard/stylesheets/skins/o2k7/content.css index e96dd673d1b..236f65751ee 100644 --- a/extension/ezoe/design/standard/stylesheets/skins/o2k7/content.css +++ b/extension/ezoe/design/standard/stylesheets/skins/o2k7/content.css @@ -43,6 +43,7 @@ h6 } .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;} +.mceItemTable td { min-height: 20px; } a.mceItemAnchor {display:inline-block; width:11px !important; height:11px !important; background:url(../default/img/items.gif) no-repeat 0 0;} span.mceItemNbsp {background: #DDD} td.mceSelected, th.mceSelected {background-color:#3399ff !important}