Float appropriately for both ltr and rtl languages
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
6e788d45cc
commit
757599c8eb
@ -2076,7 +2076,7 @@ function PMA_getHtmlForSpecificDbPrivileges($db)
|
||||
$html_output .= PMA_getHtmlTableBodyForSpecificDbOrTablePrivs($privMap, $db);
|
||||
$html_output .= '</table>';
|
||||
|
||||
$html_output .= '<div style="float:left;">';
|
||||
$html_output .= '<div class="floatleft">';
|
||||
$html_output .= PMA_Util::getWithSelected(
|
||||
$GLOBALS['pmaThemeImage'], $GLOBALS['text_dir'], "usersForm"
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user