1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-23 08:43:02 +02:00

[ticket/11956] Responsive AJAX alerts

PHPBB3-11956
This commit is contained in:
Vjacheslav Trushkin
2013-10-21 13:25:27 +03:00
parent 6a2fef97d5
commit 8c5101a729
2 changed files with 16 additions and 2 deletions

View File

@@ -482,6 +482,11 @@ fieldset.display-actions {
white-space: normal;
}
.phpbb_alert {
max-width: none;
margin: 0 25px;
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
{
p.responsive-center {