Ticket #7834: fullscreen_editor_bold_fix.patch
File fullscreen_editor_bold_fix.patch, 726 bytes (added by , 16 years ago) |
---|
-
ui.css
199 199 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors {width:100%; height:auto; text-align:center; font-family:Tahoma,Verdana,Arial,Helvetica; font-size:11px; line-height:20px;} 200 200 .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {} 201 201 .wp_themeSkin a.mceMoreColors:hover {} 202 .wp_themeSkin .mceColorPreview { position:absolute; top:15px;left:2px; width:16px; height:4px; overflow:hidden}202 .wp_themeSkin .mceColorPreview {margin-left:2px; width:16px; height:4px; overflow:hidden} 203 203 204 204 /* Menu */ 205 205 .wp_themeSkin .mceMenu {position:absolute; left:0; top:0; z-index:1000;}