Fix styling in the MCE help popup, see #18314

git-svn-id: http://svn.automattic.com/wordpress/trunk@19227 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-11-09 14:38:37 +00:00
parent eca4184725
commit afe9b90b3d
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,9 @@ header('Content-Type: text/html; charset=' . get_bloginfo('charset'));
wp_admin_css( 'wp-admin', true );
?>
<style type="text/css">
body {
min-width: 0;
}
#wphead {
font-size: 80%;
border-top: 0;
@ -35,6 +38,7 @@ wp_admin_css( 'wp-admin', true );
padding: 15px 15px 3px;
background-color: #f1f1f1;
border-bottom: 1px solid #dfdfdf;
margin: 0;
}
#tabs li {
display: inline;