1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 05:34:01 +02:00

[ticket/12553] Align alert text to the right.

PHPBB3-12553
This commit is contained in:
Cesar G
2014-05-29 11:37:28 -07:00
parent e539fd53db
commit 73c2a3f177
2 changed files with 13 additions and 9 deletions

View File

@@ -209,6 +209,9 @@ li {
#page-footer {
clear: both;
}
.copyright {
font-size: 0.75em;
text-align: center;
}
@@ -1594,7 +1597,6 @@ input.button1:focus, input.button2:focus {
z-index: 50;
padding: 25px;
padding: 0 25px 20px 25px;
text-align: left;
}
.phpbb_alert .alert_close {