From f83920e9fdcd69b9a7ed5aa59dbe6bb26e5fb367 Mon Sep 17 00:00:00 2001 From: emc3 Date: Thu, 11 Dec 2003 23:08:57 +0000 Subject: [PATCH] Fixed wonko IE display bug for categories git-svn-id: http://svn.automattic.com/wordpress/trunk@608 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form.php | 3 ++- wp-admin/wp-admin.css | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wp-admin/edit-form.php b/wp-admin/edit-form.php index dda8889397..1c5c6120d7 100644 --- a/wp-admin/edit-form.php +++ b/wp-admin/edit-form.php @@ -142,7 +142,8 @@ window.onload = focusit; -
+
+
Excerpt
diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 93a9ab30c3..633560156b 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -250,6 +250,10 @@ textarea, input, select { width: 6.5em; } +#postpassworddiv { + clear: both; +} + #poststuff { margin-right: 11em; }