diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index bd85f1a39b5..c8932f64bd4 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1489,6 +1489,9 @@ div#login_left, div#login_right { text-align: center; vertical-align: middle; } +div#login_right select#entity { + margin-top: 10px; +} table.login_table tr td table.none tr td { padding: 2px; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 4a4a89443b5..e20708fb3ce 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -1497,6 +1497,9 @@ div#login_left, div#login_right { text-align: center; vertical-align: middle; } +div#login_right select#entity { + margin-top: 10px; +} table.login_table tr td table.none tr td { padding: 2px; }