Make WordPress Core

Ticket #7834: fullscreen_editor_bold_fix.patch

File fullscreen_editor_bold_fix.patch, 726 bytes (added by raychampagne, 16 years ago)

TXT path of the fix for the submitted issue

  • ui.css

     
    199199.wp_themeSkin .mceColorSplitMenu a.mceMoreColors {width:100%; height:auto; text-align:center; font-family:Tahoma,Verdana,Arial,Helvetica; font-size:11px; line-height:20px;}
    200200.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {}
    201201.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}
    203203
    204204/* Menu */
    205205.wp_themeSkin .mceMenu {position:absolute; left:0; top:0; z-index:1000;}