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