More admin header improvements. props JohnONolan. see #12586
git-svn-id: http://svn.automattic.com/wordpress/trunk@13968 1a063a9b-81f0-0310-95a4-ce76da25c4cd
@ -1474,12 +1474,12 @@ fieldset.inline-edit-col-right .inline-edit-col {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#favorite-first {
|
#favorite-first {
|
||||||
border-color: #cfcfcf;
|
border-color: #ccc;
|
||||||
background-color: #fff;
|
background: url(../images/fav-top.png) top left repeat-x;
|
||||||
}
|
}
|
||||||
|
|
||||||
#favorite-inside {
|
#favorite-inside {
|
||||||
border-color: #cfcfcf;
|
border-color: #ccc;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1488,11 +1488,11 @@ fieldset.inline-edit-col-right .inline-edit-col {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#favorite-actions a {
|
#favorite-actions a {
|
||||||
color: #6d6d6d;
|
color: #464646;
|
||||||
}
|
}
|
||||||
|
|
||||||
#favorite-actions a:hover {
|
#favorite-actions a:hover {
|
||||||
color: #464646;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#favorite-inside a:hover {
|
#favorite-inside a:hover {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
body {
|
body {
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
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 {
|
form {
|
||||||
|
@ -3084,7 +3084,7 @@ button.dismiss {
|
|||||||
|
|
||||||
#favorite-inside {
|
#favorite-inside {
|
||||||
margin: 0 0 0 0px;
|
margin: 0 0 0 0px;
|
||||||
padding: 0 1px 6px 1px;
|
padding: 2px 1px;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Before Width: | Height: | Size: 422 B After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 211 B After Width: | Height: | Size: 245 B |
Before Width: | Height: | Size: 160 B After Width: | Height: | Size: 155 B |
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 2.7 KiB |
@ -447,9 +447,9 @@ function wp_default_styles( &$styles ) {
|
|||||||
$no_suffix = array( 'farbtastic' );
|
$no_suffix = array( 'farbtastic' );
|
||||||
|
|
||||||
// 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 = '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( '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' );
|
||||||
|