diff --git a/prefs_manage.php b/prefs_manage.php index 722df831f0..3dddc702eb 100644 --- a/prefs_manage.php +++ b/prefs_manage.php @@ -306,7 +306,7 @@ if (@file_exists('setup/index.php') && ! @file_exists(CONFIG_FILE)) {
+
diff --git a/templates/select_all.twig b/templates/select_all.twig index b9c21021d7..41f5297cd5 100644 --- a/templates/select_all.twig +++ b/templates/select_all.twig @@ -3,4 +3,4 @@ {% trans 'Check all' %} -{% trans 'With selected:' %} +{% trans 'With selected:' %} diff --git a/themes/metro/css/common.css.php b/themes/metro/css/common.css.php index a5e9c8c80b..56086b02a6 100644 --- a/themes/metro/css/common.css.php +++ b/themes/metro/css/common.css.php @@ -951,6 +951,9 @@ td .icon { margin-: .3em; margin-: .6em; } +.with-selected { + margin-: 2em; +} /* message boxes: error, confirmation */ #pma_errors, #pma_demo, #pma_footer { @@ -1057,6 +1060,11 @@ fieldset.confirmation legend /* end messageboxes */ +.column_name { + font-size: 80%; + margin: 5px 2px; +} + .new_central_col{ width: 100%; } @@ -3963,4 +3971,4 @@ body .ui-dialog .ui-dialog-buttonpane button.ui-state-hover { body .ui-dialog .ui-dialog-buttonpane button.ui-state-active { background-color: #333; border: 1px solid #333; -} \ No newline at end of file +} diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 53e188ba51..84a9b5cefc 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -423,6 +423,9 @@ td .icon { margin-: 0.3em; margin-: 0.6em; } +.with-selected { + margin-: 2em; +} /* message boxes: error, confirmation */ #pma_errors, #pma_demo, #pma_footer { @@ -664,6 +667,10 @@ form.login label { .column_attribute { font-size: 70%; } +.column_name { + font-size: 80%; + margin: 5px 2px; +} .cfg_dbg_demo{ margin: 0.5em 1em 0.5em 1em; diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 476812ccf6..02c922bab9 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -719,6 +719,9 @@ td .icon { margin-: .3em; margin-: .6em; } +.with-selected { + margin-: 2em; +} /* message boxes: error, confirmation */ #pma_errors, #pma_demo, #pma_footer { @@ -951,6 +954,10 @@ form.login select { .column_attribute { font-size: 70%; } +.column_name { + font-size: 80%; + margin: 5px 2px; +} .cfg_dbg_demo{ margin: 0.5em 1em 0.5em 1em;