From 3b5eb8d627d18c19e4525e8cc5c38432b49e5c30 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 4 Jul 2006 18:39:53 +0000 Subject: [PATCH] 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 --- wp-admin/wp-admin.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index eb7052dd66..f7769f68ec 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -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 {