Attempt to fix jQuery UI unselectable form fields in widgets, label can be either explicit or implicit, not both.

git-svn-id: https://develop.svn.wordpress.org/trunk@11431 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-05-22 16:13:05 +00:00
parent 783f4ea189
commit f0453f5e36
5 changed files with 72 additions and 95 deletions

View File

@@ -3279,3 +3279,7 @@ p.popular-tags a {
#post-body-content .tagsdiv .the-tags {
margin: 0 5px;
}
label {
vertical-align: middle;
}