Tweak the active help tab padding to line it up, see #19020

git-svn-id: http://svn.automattic.com/wordpress/trunk@19440 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-11-23 23:23:05 +00:00
parent e73fcd8c4a
commit cd153ba4fb
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1503,7 +1503,7 @@ form.upgrade .hint {
}
.contextual-help-tabs .active {
padding: 0 2px;
padding: 0 2px 0 0;
margin: 0 -1px 0 0;
border-width: 1px 0 1px 1px;
border-style: solid;

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(), '20111123c' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111123d' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111119' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );