1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-06 22:45:02 +02:00

[ticket/15071] Tweak order

PHPBB3-15071
This commit is contained in:
Michael Miday 2017-09-23 11:32:02 -04:00
parent 98479f235b
commit ad67efecfa

View File

@ -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;