Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7

This commit is contained in:
Weblate 2017-09-22 02:25:55 +02:00
commit 50344ccd5f
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ phpMyAdmin - ChangeLog
- issue #13533 Fixed saving column to display
- issue #13647 Fixed export of tables with VIRTUAL columns
- issue #13669 Fixed selecting multiple rows accidentally selects the next row too
- issue #13513 Fixed edit index Column alignment issue
4.7.4 (2017-08-23)
- issue #13415 Remove shadow from the logo

View File

@ -2233,7 +2233,7 @@ table#index_columns {
table#index_columns select {
width: 85%;
float: right;
float: <?php echo $left; ?>;
}
#move_columns_dialog div {