mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-29 15:44:27 +00:00
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:
@@ -1547,8 +1547,8 @@ p#big-add-button .button {
|
||||
|
||||
p.search-box {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: -64px;
|
||||
right: 15px;
|
||||
top: 52px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user