[ticket/15023] Remove all prev RWD and add new

PHPBB3-15023
This commit is contained in:
hanakin 2017-01-16 12:29:44 -05:00
parent 0d7d4b4ddd
commit c0af2072ca

View file

@ -280,11 +280,6 @@
margin: 5px 0 0; margin: 5px 0 0;
} }
.row .pagination {
margin-top: 2px;
margin-bottom: 2px;
}
.row .pagination .ellipsis + li { .row .pagination .ellipsis + li {
display: none !important; display: none !important;
} }
@ -567,13 +562,11 @@
@media (max-width: 850px) { @media (max-width: 850px) {
.postprofile { width: 28%; } .postprofile { width: 28%; }
} }
@media (min-width: 701px) and (max-width: 950px) { @media (min-width: 701px) and (max-width: 950px) {
.row .pagination {
margin-top: 2px;
margin-bottom: 2px;
}
ul.topiclist dt { ul.topiclist dt {
margin-right: -410px; margin-right: -410px;
@ -588,3 +581,11 @@
} }
} }
@media (max-width: 992px) {
.row .pagination {
margin-top: 4px;
margin-bottom: 4px;
float: left;
text-align: left;
}
}