From c2d398f8b95e81aafc39d9ba00e760759ed4bdc8 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Thu, 11 Sep 2008 21:59:55 +0000 Subject: [PATCH] Fix position of search tags box, props scohoust, fixes #7731 git-svn-id: https://develop.svn.wordpress.org/trunk@8872 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index f16744afab..232841ce68 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -1521,13 +1521,6 @@ form#tags-filter { position: relative; } -p#tag-search { - position: absolute; - right: 0; - top: 0; - margin: 0; -} - form#posts-filter { position: relative; }