From 73c2a3f1776f9adbcae603918a411035f745a51f Mon Sep 17 00:00:00 2001 From: Cesar G Date: Thu, 29 May 2014 11:37:28 -0700 Subject: [PATCH] [ticket/12553] Align alert text to the right. PHPBB3-12553 --- phpBB/adm/style/admin.css | 4 +++- phpBB/adm/style/overall_footer.html | 18 ++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index f23c720add..d646867780 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -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 { diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html index 0f4589f5d4..deb38c8691 100644 --- a/phpBB/adm/style/overall_footer.html +++ b/phpBB/adm/style/overall_footer.html @@ -5,15 +5,17 @@