Increase clickable area within favorite actions button. Props duck_. see #17324.

git-svn-id: https://develop.svn.wordpress.org/trunk@17834 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2011-05-07 08:47:54 +00:00
parent 63c641cf39
commit 7accbfbc12
3 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -968,7 +968,7 @@ form.upgrade .hint {
-webkit-border-radius: 12px;
border-radius: 12px;
line-height: 15px;
padding: 2px 30px 2px 12px;
padding: 0 30px 0 0;
border-width: 1px;
border-style: solid;
}
@ -990,6 +990,10 @@ form.upgrade .hint {
border-bottom-left-radius: 12px;
}
#favorite-first a {
padding: 2px 0 2px 12px;
}
#favorite-actions a {
display: block;
text-decoration: none;

View File

@ -487,7 +487,7 @@ function wp_default_styles( &$styles ) {
// Any rtl stylesheets that don't have a .dev version for ltr
$no_suffix = array( 'farbtastic' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110507' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110507b' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );