mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15071] Tweak order
PHPBB3-15071
This commit is contained in:
parent
98479f235b
commit
ad67efecfa
1 changed files with 9 additions and 9 deletions
|
@ -766,15 +766,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
.row .pagination {
|
||||
text-align: left;
|
||||
float: left;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Responsive *CP navigation
|
||||
---------------------------------------- */
|
||||
@media (max-width: 900px) {
|
||||
|
@ -826,6 +817,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
.row .pagination {
|
||||
text-align: left;
|
||||
float: left;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1220px) {
|
||||
.wrap {
|
||||
margin: 0 12px;
|
||||
|
|
Loading…
Add table
Reference in a new issue