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

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;