Accomodate long page names in Page Parent dropdown. Props David House. fixes #2304
git-svn-id: http://svn.automattic.com/wordpress/trunk@3457 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
19b29d08ee
commit
fbc3a7d010
|
@ -780,6 +780,9 @@ table .vers, table .name {
|
|||
right: 5%;
|
||||
width: 14.5em;
|
||||
}
|
||||
#moremeta select {
|
||||
width: 96%;
|
||||
}
|
||||
|
||||
#slugdiv input, #passworddiv input, #authordiv select, #thumbdiv input, #parentdiv input {
|
||||
margin-top: .5em;
|
||||
|
|
Loading…
Reference in New Issue