From ace3b806a9d6d9a10ebe35cdadede2472b7f9fec Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Sat, 20 Sep 2014 20:35:14 +0200 Subject: [PATCH] [ticket/13082] move style to css file PHPBB3-13082 --- phpBB/adm/style/acp_logs.html | 2 +- phpBB/adm/style/admin.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/phpBB/adm/style/acp_logs.html b/phpBB/adm/style/acp_logs.html index 291fc23e25..9e8eb24ea0 100644 --- a/phpBB/adm/style/acp_logs.html +++ b/phpBB/adm/style/acp_logs.html @@ -8,7 +8,7 @@
-
+
{L_SEARCH_KEYWORDS}{L_COLON}  
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index b83750875a..3a51515d2d 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -109,6 +109,10 @@ hr { text-align: center; } +.text-left { + text-align: left; +} + .small { font-size: 0.85em; }