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; }