More admin header improvements. props JohnONolan. see #12586

git-svn-id: https://develop.svn.wordpress.org/trunk@13968 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-04-03 12:13:38 +00:00
parent 17a021c1bf
commit a89c39123e
10 changed files with 11 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@ -1474,12 +1474,12 @@ fieldset.inline-edit-col-right .inline-edit-col {
}
#favorite-first {
border-color: #cfcfcf;
background-color: #fff;
border-color: #ccc;
background: url(../images/fav-top.png) top left repeat-x;
}
#favorite-inside {
border-color: #cfcfcf;
border-color: #ccc;
background-color: #fff;
}
@ -1488,11 +1488,11 @@ fieldset.inline-edit-col-right .inline-edit-col {
}
#favorite-actions a {
color: #6d6d6d;
color: #464646;
}
#favorite-actions a:hover {
color: #464646;
color: #000;
}
#favorite-inside a:hover {

View File

@ -3,7 +3,7 @@
body {
padding-top: 30px;
font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
background: url(../images/login-header.png) top left repeat-x;
background: url(../images/login-header.png?ver=20100403) top left repeat-x;
}
form {

File diff suppressed because one or more lines are too long

View File

@ -3084,7 +3084,7 @@ button.dismiss {
#favorite-inside {
margin: 0 0 0 0px;
padding: 0 1px 6px 1px;
padding: 2px 1px;
border-width: 1px;
border-style: solid;
position: absolute;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 422 B

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 B

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 B

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 B

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

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