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