From fc196300e4dc426fb89927d375e3bbd93e155ee6 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 2 Dec 2005 22:41:11 +0000 Subject: [PATCH] Alignment fix from skeltoac. fixes #2007 git-svn-id: https://develop.svn.wordpress.org/trunk@3264 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 0a030e5a66..d4d14f693b 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -458,6 +458,10 @@ table .vers, table .name { margin-right: 8px; } +* html #postexcerpt .dbx-toggle-open { + padding-right: 8px; +} + #excerpt { margin: 0px; height: 4em;