Widgets: nibble the corners and use new arrows. Props chexee. see #17324.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17869 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2011-05-11 22:37:48 +00:00
parent fb65cc1f7f
commit 342aa25c3e
5 changed files with 11 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@ -663,6 +663,10 @@ table.widefat span.spam a,
-moz-box-shadow: inset 0 1px 0 #fff;
-webkit-box-shadow: inset 0 1px 0 #fff;
box-shadow: inset 0 1px 0 #fff;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.widget,
@ -1798,12 +1802,8 @@ div.widgets-sortables,
color: black;
}
#widgets-left .sidebar-name-arrow {
background: transparent url(../images/menu-bits.gif?ver=20100610) no-repeat scroll left -109px;
}
#widgets-right .sidebar-name-arrow {
background: transparent url(../images/widgets-arrow.gif?ver=20100531) no-repeat scroll 0 -1px;
.sidebar-name-arrow {
background: transparent url(../images/arrows.png) no-repeat 5px 6px;
}
.in-widget-title {

File diff suppressed because one or more lines are too long

View File

@ -189,7 +189,7 @@ a.widget-action {
}
.widget-top a.widget-action {
background: url("../images/menu-bits.gif?ver=20100610") no-repeat scroll 0 -110px;
background: transparent url(../images/arrows.png) no-repeat 4px 6px;
}
.widget .widget-inside,

View File

@ -493,7 +493,7 @@ function wp_default_styles( &$styles ) {
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
// all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20110511f';
$colors_version = '20110511g';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array(), $colors_version );
@ -505,7 +505,7 @@ function wp_default_styles( &$styles ) {
$styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '20101213' );
$styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20110511d' );
$styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20110121' );
$styles->add( 'widgets', "/wp-admin/css/widgets$suffix.css", array(), '20110504' );
$styles->add( 'widgets', "/wp-admin/css/widgets$suffix.css", array(), '20110511' );
$styles->add( 'dashboard', "/wp-admin/css/dashboard$suffix.css", array(), '20110511b' );
$styles->add( 'install', "/wp-admin/css/install$suffix.css", array(), '20110506' ); // Readme as well
$styles->add( 'theme-editor', "/wp-admin/css/theme-editor$suffix.css", array(), '20110506' );