mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'Crizz0/ticket/12126' into develop
* Crizz0/ticket/12126: [ticket/12126] deleted left:0 and right:0 in responsive.css .phpbb_alert [ticket/12126] left:0 and right: 0; admin.css --> width: auto [ticket/12126] Changed .phpbb_alert "max-width: 640px" to "width: 620px" [ticket/12126] Fixed position of alert box in IE
This commit is contained in:
commit
bb09cebb88
3 changed files with 11 additions and 12 deletions
|
@ -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;
|
||||||
|
@ -1642,7 +1642,7 @@ input.button1:focus, input.button2:focus, input.button3:focus {
|
||||||
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
||||||
{
|
{
|
||||||
.phpbb_alert {
|
.phpbb_alert {
|
||||||
max-width: none;
|
width: auto;
|
||||||
margin: 0 25px;
|
margin: 0 25px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -812,16 +812,15 @@ li.pagination ul {
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.phpbb_alert {
|
.phpbb_alert {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
position: fixed;
|
|
||||||
display: none;
|
display: none;
|
||||||
top: 150px;
|
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
|
||||||
max-width: 640px;
|
|
||||||
margin: 0 auto;
|
|
||||||
z-index: 50;
|
|
||||||
padding: 25px;
|
|
||||||
padding: 0 25px 20px 25px;
|
padding: 0 25px 20px 25px;
|
||||||
|
position: fixed;
|
||||||
|
right: 0;
|
||||||
|
top: 150px;
|
||||||
|
z-index: 50;
|
||||||
|
width: 620px;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@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)
|
||||||
|
|
|
@ -495,8 +495,8 @@ fieldset.display-actions {
|
||||||
}
|
}
|
||||||
|
|
||||||
.phpbb_alert {
|
.phpbb_alert {
|
||||||
max-width: none;
|
width: auto;
|
||||||
margin: 0 25px;
|
margin: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attach-comment dfn {
|
.attach-comment dfn {
|
||||||
|
|
Loading…
Add table
Reference in a new issue