Add bottoms to the boxes on post screen, fixes #2894. Props: filosofo. Ryan: please backport to 2.0
git-svn-id: http://svn.automattic.com/wordpress/trunk@3953 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5da002f012
commit
3b5eb8d627
|
@ -905,6 +905,11 @@ table .vers {
|
|||
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