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

git-svn-id: http://svn.automattic.com/wordpress/trunk@15945 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-10-24 18:07:20 +00:00
parent 53abb90f30
commit f714463866
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

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;

View File

@ -454,7 +454,7 @@ function wp_default_styles( &$styles ) {
// Any rtl stylesheets that don't have a .dev version for ltr
$no_suffix = array( 'farbtastic' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20101023' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20101024' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101004' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );