mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14175]Remove max-device width
PHPBB3-14175
This commit is contained in:
parent
6a17cc5560
commit
bb9bfec624
1 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
/* Responsive Design
|
/* Responsive Design
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
|
|
||||||
@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
|
@media only screen and (max-width: 320px) {
|
||||||
select, .inputbox {
|
select, .inputbox {
|
||||||
max-width: 240px;
|
max-width: 240px;
|
||||||
}
|
}
|
||||||
|
@ -9,19 +9,19 @@
|
||||||
|
|
||||||
/* Notifications list
|
/* Notifications list
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px) {
|
@media only screen and (max-width: 350px) {
|
||||||
.dropdown-extended .dropdown-contents {
|
.dropdown-extended .dropdown-contents {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 430px), only screen and (max-device-width: 430px) {
|
@media only screen and (max-width: 430px) {
|
||||||
.section-viewtopic .search-box .inputbox {
|
.section-viewtopic .search-box .inputbox {
|
||||||
width: 110px;
|
width: 110px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
|
@media only screen and (max-width: 500px) {
|
||||||
dd label {
|
dd label {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {
|
@media only screen and (max-width: 550px) {
|
||||||
ul.topiclist.forums dt {
|
ul.topiclist.forums dt {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
|
@media only screen and (max-width: 700px) {
|
||||||
.responsive-hide { display: none !important; }
|
.responsive-hide { display: none !important; }
|
||||||
.responsive-show { display: block !important; }
|
.responsive-show { display: block !important; }
|
||||||
.responsive-show-inline { display: inline !important; }
|
.responsive-show-inline { display: inline !important; }
|
||||||
|
@ -549,7 +549,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 850px), only screen and (max-device-width: 850px) {
|
@media only screen and (max-width: 850px) {
|
||||||
.postprofile { width: 28%; }
|
.postprofile { width: 28%; }
|
||||||
.postbody { width: 70%; }
|
.postbody { width: 70%; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue