Allow fields with a paragraph tag to align to top in the form-table on settings pages. see #15205.

git-svn-id: https://develop.svn.wordpress.org/trunk@15945 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-10-24 18:07:20 +00:00
parent 31cb193012
commit 787da5c464
3 changed files with 6 additions and 2 deletions

View File

@@ -1359,6 +1359,10 @@ strong .post-com-count {
float: left;
}
.form-table td p {
margin-top: 4px;
}
.form-table table.color-palette {
vertical-align: bottom;
float: left;