Fix the position of the search field on all admin pages.

git-svn-id: https://develop.svn.wordpress.org/trunk@8867 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-09-11 18:54:05 +00:00
parent 57f978fede
commit 0bfa8da71c
12 changed files with 112 additions and 103 deletions

View File

@@ -1547,8 +1547,8 @@ p#big-add-button .button {
p.search-box {
position: absolute;
right: 0;
top: -64px;
right: 15px;
top: 52px;
margin: 0;
}