Consistent spacing for MAnage|Install Themes menu tabs. Props dremeda for initial patch. See #12412
git-svn-id: http://svn.automattic.com/wordpress/trunk@14063 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0e7c1a0cb3
commit
b8d68f977d
File diff suppressed because one or more lines are too long
|
@ -3686,7 +3686,7 @@ table#available-headers label img {
|
||||||
padding: 4px 20px 6px;
|
padding: 4px 20px 6px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
margin: 0;
|
margin: 0 6px 0 0;
|
||||||
-moz-border-radius: 5px 5px 0 0;
|
-moz-border-radius: 5px 5px 0 0;
|
||||||
-webkit-border-top-left-radius: 5px;
|
-webkit-border-top-left-radius: 5px;
|
||||||
-webkit-border-top-right-radius: 5px;
|
-webkit-border-top-right-radius: 5px;
|
||||||
|
@ -3704,5 +3704,4 @@ table#available-headers label img {
|
||||||
border-width: 1px 1px 0;
|
border-width: 1px 1px 0;
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
color: #c1c1c1;
|
color: #c1c1c1;
|
||||||
margin: 0 6px 0 0;
|
|
||||||
}
|
}
|
|
@ -443,7 +443,7 @@ function wp_default_styles( &$styles ) {
|
||||||
// all colors stylesheets need to have the same query strings (cache manifest compat)
|
// all colors stylesheets need to have the same query strings (cache manifest compat)
|
||||||
$colors_version = '20100406';
|
$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( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20100219' );
|
||||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||||
|
|
Loading…
Reference in New Issue