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:
parent
e7ed3a651d
commit
cd1621c23b
File diff suppressed because one or more lines are too long
@ -363,6 +363,11 @@ form.upgrade .hint {
|
|||||||
margin-right: -4px;
|
margin-right: -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#contextual-help-back {
|
||||||
|
left: 170px;
|
||||||
|
right: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
.contextual-help-tabs {
|
.contextual-help-tabs {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
@ -383,11 +388,6 @@ form.upgrade .hint {
|
|||||||
border-right-width: 1px;
|
border-right-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contextual-help-tabs-wrap {
|
|
||||||
border-right-width: 1px;
|
|
||||||
border-right-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.help-tab-content {
|
.help-tab-content {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-left: 22px;
|
margin-left: 22px;
|
||||||
@ -402,8 +402,6 @@ form.upgrade .hint {
|
|||||||
float: left;
|
float: left;
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
border-left: 0;
|
|
||||||
border-right-width: 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
|
@ -433,7 +433,7 @@ function wp_default_styles( &$styles ) {
|
|||||||
// Any rtl stylesheets that don't have a .dev version for ltr
|
// Any rtl stylesheets that don't have a .dev version for ltr
|
||||||
$no_suffix = array( 'farbtastic' );
|
$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( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111119' );
|
||||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||||
|
Loading…
Reference in New Issue
Block a user