mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
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:
parent
8644eecdf5
commit
79c651682f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user