mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Users: Fix Users list bottom filters margins on small screens.
This changeset fixes bottom filters margins of the Users list screen on small screens. Props sumitsingh, sabernhardt, shreyasikhar26, audrasjb. Fixes #54813. git-svn-id: https://develop.svn.wordpress.org/trunk@54429 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
21c38bb6b3
commit
5fc77340a7
@ -1763,6 +1763,15 @@ div.action-links,
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tablenav.bottom .actions select {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.tablenav.bottom .actions.alignleft + .actions.alignleft {
|
||||
clear: left;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.tablenav.bottom .tablenav-pages.one-page {
|
||||
margin-top: 15px;
|
||||
height: 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user