mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 23:41:29 +02:00
[ticket/15071] Consolidate all media queries
PHPBB3-15071
This commit is contained in:
@@ -161,12 +161,6 @@ a:hover {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
|
||||
.wrap {
|
||||
margin: 0 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.page-body {
|
||||
clear: both;
|
||||
margin: 4px 0;
|
||||
@@ -991,12 +985,6 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||
padding: 0 25px 20px;
|
||||
}
|
||||
|
||||
@media only screen and (max-height: 500px), only screen and (max-device-width: 500px) {
|
||||
.phpbb_alert {
|
||||
top: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
.phpbb_alert .alert_close {
|
||||
float: right;
|
||||
margin-top: -8px;
|
||||
|
Reference in New Issue
Block a user