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; }