mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-19 16:11:21 +02:00
[ticket/12126] Changed .phpbb_alert "max-width: 640px" to "width: 620px"
PHPBB3-12126
This commit is contained in:
@@ -1572,7 +1572,7 @@ input.button1:focus, input.button2:focus, input.button3:focus {
|
|||||||
top: 150px;
|
top: 150px;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
max-width: 600px;
|
width: 620px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
|
@@ -819,6 +819,7 @@ li.pagination ul {
|
|||||||
right: 25%;
|
right: 25%;
|
||||||
top: 150px;
|
top: 150px;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
|
width: 620px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-height: 500px), only screen and (max-device-width: 500px)
|
@media only screen and (max-height: 500px), only screen and (max-device-width: 500px)
|
||||||
|
@@ -496,7 +496,7 @@ fieldset.display-actions {
|
|||||||
|
|
||||||
.phpbb_alert {
|
.phpbb_alert {
|
||||||
left: 0;
|
left: 0;
|
||||||
max-width: none;
|
width: auto;
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user