From 3407cd878e7549558a7977b80f0b4770b5c530e6 Mon Sep 17 00:00:00 2001 From: Dougal Campbell Date: Thu, 11 Dec 2003 23:08:57 +0000 Subject: [PATCH] Fixed wonko IE display bug for categories git-svn-id: https://develop.svn.wordpress.org/trunk@608 602fd350-edb4-49c9-b593-d223f7449a82 --- 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; }