Accomodate long page names in Page Parent dropdown. Props David House. fixes #2304

git-svn-id: https://develop.svn.wordpress.org/trunk@3457 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-01-18 19:21:37 +00:00
parent a6baed8b6c
commit bc83012b6a
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;