mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 01:24:27 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user