RTL contextual help fix. props rasheed, SergeyBiryukov, fixes #16151.
git-svn-id: https://develop.svn.wordpress.org/trunk@17242 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c0148a5a15
commit
d3af28cd11
File diff suppressed because one or more lines are too long
@ -454,6 +454,10 @@ td.action-links, th.action-links {
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
margin: 0 0 0 6px;
|
||||
}
|
||||
#contextual-help-wrap li {
|
||||
margin-left: 0;
|
||||
margin-right: 18px;
|
||||
}
|
||||
#screen-meta a.show-settings {
|
||||
padding: 0 6px 0 16px;
|
||||
background-position: left top;
|
||||
|
@ -484,7 +484,7 @@ function wp_default_styles( &$styles ) {
|
||||
// Any rtl stylesheets that don't have a .dev version for ltr
|
||||
$no_suffix = array( 'farbtastic' );
|
||||
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110103' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110108' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
Loading…
Reference in New Issue
Block a user