From 7951d1a0edb5fad1e2b0ac4195d7dc4402ff716f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Mon, 27 Feb 2017 10:47:14 +0100 Subject: [PATCH] Fix CSS --- htdocs/theme/eldy/style.css.php | 3 +++ htdocs/theme/md/style.css.php | 3 +++ 2 files changed, 6 insertions(+) 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; } -- GitLab