From 1e801c7c8a19b748c4d901cb74135c95ea3a3505 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 6 Nov 2018 16:50:31 +0100 Subject: [PATCH] Fix css --- htdocs/core/tpl/login.tpl.php | 6 +++--- htdocs/core/tpl/passwordforgotten.tpl.php | 4 ++-- htdocs/theme/eldy/style.css.php | 3 +++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php index f3367d3e90f..96f6b370b21 100644 --- a/htdocs/core/tpl/login.tpl.php +++ b/htdocs/core/tpl/login.tpl.php @@ -127,7 +127,7 @@ if ($disablenofollow) echo '';
-
+
global->MAIN_OPTIMIZEFORTEXTBROWSER)) { ?> @@ -138,7 +138,7 @@ if ($disablenofollow) echo '';
-
+
global->MAIN_OPTIMIZEFORTEXTBROWSER)) { ?> @@ -172,7 +172,7 @@ if ($captcha) { ?>
-
+
diff --git a/htdocs/core/tpl/passwordforgotten.tpl.php b/htdocs/core/tpl/passwordforgotten.tpl.php index 101c9ec7e67..df018bac244 100644 --- a/htdocs/core/tpl/passwordforgotten.tpl.php +++ b/htdocs/core/tpl/passwordforgotten.tpl.php @@ -101,7 +101,7 @@ if ($disablenofollow) echo '';
-
+
@@ -135,7 +135,7 @@ if (! empty($morelogincontent)) { ?>
-
+
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index a58031b2889..6022c13a895 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1074,6 +1074,9 @@ select.selectarrowonleft option { /* border-bottom: 1px solid #BBB; */ /* max-width: inherit; why this ? */ } + input[type=text], input[type=password] { + max-width: 180px; + } .hideonsmartphone { display: none; } .hideonsmartphoneimp { display: none !important; }