Give pagination controls some breathing room on smaller screens.
props stephdau. fixes #29369. Built from https://develop.svn.wordpress.org/trunk@29627 git-svn-id: http://core.svn.wordpress.org/trunk@29401 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c6527579da
commit
e04df3d976
|
@ -1437,7 +1437,7 @@ div.action-links,
|
|||
}
|
||||
|
||||
.tablenav.top {
|
||||
margin: 0;
|
||||
margin: 20px 0 5px 0;
|
||||
}
|
||||
|
||||
.tablenav.bottom {
|
||||
|
|
|
@ -1437,7 +1437,7 @@ div.action-links,
|
|||
}
|
||||
|
||||
.tablenav.top {
|
||||
margin: 0;
|
||||
margin: 20px 0 5px 0;
|
||||
}
|
||||
|
||||
.tablenav.bottom {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue