diff --git a/phpBB/adm/style/acp_logs.html b/phpBB/adm/style/acp_logs.html index 37e08bafca..76ea801de0 100644 --- a/phpBB/adm/style/acp_logs.html +++ b/phpBB/adm/style/acp_logs.html @@ -8,7 +8,7 @@
-
+ diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 3a51515d2d..b03cb0ba24 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -109,8 +109,12 @@ hr { text-align: center; } -.text-left { - text-align: left; +.search-box { + float: left; +} + +.rtl .search-box { + float: right; } .small { @@ -1777,6 +1781,7 @@ li.pagination ul { margin: 10px 0; color: #FFFFFF; text-align: center; + clear: both; } .success {