diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/adm/style/acp_logs.html | 2 | ||||
| -rw-r--r-- | phpBB/adm/style/admin.css | 9 | 
2 files changed, 8 insertions, 3 deletions
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 @@  <form id="list" method="post" action="{U_ACTION}"> -<fieldset class="display-options text-left"> +<fieldset class="display-options search-box">  	{L_SEARCH_KEYWORDS}{L_COLON} <input type="text" name="keywords" value="{S_KEYWORDS}" /> <input type="submit" class="button2" name="filter" value="{L_SEARCH}" />  </fieldset> 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 {  | 
