Add bottoms to the boxes on post screen, fixes #2894. Props: filosofo.
git-svn-id: http://svn.automattic.com/wordpress/branches/2.0@3962 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
129e43009f
commit
3c4edd4079
|
@ -848,6 +848,11 @@ table .vers, table .name {
|
|||
padding-right: 2px;
|
||||
}
|
||||
|
||||
#moremeta fieldset.dbx-box-closed {
|
||||
background: url(images/box-butt.gif) no-repeat bottom;
|
||||
padding-bottom: 9px;
|
||||
}
|
||||
|
||||
/* handles */
|
||||
|
||||
.dbx-handle {
|
||||
|
|
Loading…
Reference in New Issue