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:
ryan 2006-01-18 19:21:37 +00:00
parent 19b29d08ee
commit fbc3a7d010
1 changed files with 3 additions and 0 deletions

View File

@ -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;