Help tabs RTL fixes, props helenyhou, see #19042

git-svn-id: http://svn.automattic.com/wordpress/trunk@19371 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-11-21 03:40:56 +00:00
parent e7ed3a651d
commit cd1621c23b
3 changed files with 7 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -363,6 +363,11 @@ form.upgrade .hint {
margin-right: -4px;
}
#contextual-help-back {
left: 170px;
right: 150px;
}
.contextual-help-tabs {
float: right;
}
@ -383,11 +388,6 @@ form.upgrade .hint {
border-right-width: 1px;
}
.contextual-help-tabs-wrap {
border-right-width: 1px;
border-right-style: solid;
}
.help-tab-content {
margin-right: 0;
margin-left: 22px;
@ -402,8 +402,6 @@ form.upgrade .hint {
float: left;
padding-right: 12px;
padding-left: 8px;
border-left: 0;
border-right-width: 1px;
}
/*------------------------------------------------------------------------------

View File

@ -433,7 +433,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(), '20111120a' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111120b' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111119' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );