Fix styling in the MCE help popup, see #18314
git-svn-id: https://develop.svn.wordpress.org/trunk@19227 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b9843de7a6
commit
940cb38514
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user