diff --git a/3rdparty/css/chosen.css b/3rdparty/css/chosen.css index 247d07bf02..96bae0fe95 100644 --- a/3rdparty/css/chosen.css +++ b/3rdparty/css/chosen.css @@ -10,6 +10,7 @@ select.chzn-select { display: inline-block; zoom: 1; *display: inline; + vertical-align: bottom; } .chzn-container .chzn-drop { background: #fff; diff --git a/apps/admin_export/templates/settings.php b/apps/admin_export/templates/settings.php index a65b17ce26..47689facbb 100644 --- a/apps/admin_export/templates/settings.php +++ b/apps/admin_export/templates/settings.php @@ -1,12 +1,12 @@