From 2595bc560c677b409601bd78c973a6edae6484d5 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg 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: https://develop.svn.wordpress.org/trunk@3953 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 {