Increase clickable area within favorite actions button. Props duck_. see #17324.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17834 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1723d4eeea
commit
42c4d3126f
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
|
@ -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' );
|
||||
|
|
Loading…
Reference in New Issue