Consistent spacing for MAnage|Install Themes menu tabs. Props dremeda for initial patch. See #12412

git-svn-id: https://develop.svn.wordpress.org/trunk@14063 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2010-04-11 02:02:30 +00:00
parent 92e3e6d69f
commit 0d4febfda2
3 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -3686,7 +3686,7 @@ table#available-headers label img {
padding: 4px 20px 6px;
text-decoration: none;
background-color: #fafafa;
margin: 0;
margin: 0 6px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
@ -3704,5 +3704,4 @@ table#available-headers label img {
border-width: 1px 1px 0;
background-color: #fafafa;
color: #c1c1c1;
margin: 0 6px 0 0;
}

View File

@ -443,7 +443,7 @@ function wp_default_styles( &$styles ) {
// all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20100406';
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100403c' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100411' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20100219' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );