When using the max-width: 100% fix for <select> tags that exceed the width of parent elements, add it only on affected tags. IE8 doesn't like it everywhere, props SergeyBiryukov, fixes #19613

git-svn-id: https://develop.svn.wordpress.org/trunk@21042 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2012-06-10 14:36:47 +00:00
parent 8644eecdf5
commit 79c651682f

View File

@ -731,7 +731,6 @@ p.install-help {
.wp-admin select {
padding: 2px;
height: 2em;
max-width: 100%;
}
.wp-admin select[multiple] {
@ -5652,6 +5651,11 @@ table.form-table td .updated {
margin: 6px 0 8px;
}
#poststuff .inside #parent_id,
.inline-edit-row #post_parent {
max-width: 100%;
}
#post-visibility-select,
#post-formats-select {
line-height: 1.5em;