Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-07-21 08:33:07 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-21 08:33:07 +0300
commit757599c8eb2ce94bfb9e10aa57a9da8cbdae1208 (patch)
treea37daa00922f338376cbf62d969c780c91cb5ef6
parent6e788d45cc85e5ca16317c35416346e4b0372b24 (diff)
Float appropriately for both ltr and rtl languages
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
-rw-r--r--libraries/server_privileges.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php
index 8f5ffebf76..8a36d50d98 100644
--- a/libraries/server_privileges.lib.php
+++ b/libraries/server_privileges.lib.php
@@ -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"
);