diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php
index e3dc94cd30e..0f22527ff01 100644
--- a/htdocs/core/tpl/login.tpl.php
+++ b/htdocs/core/tpl/login.tpl.php
@@ -121,7 +121,7 @@ if ($disablenofollow) echo '';
global->MAIN_OPTIMIZEFORTEXTBROWSER)) { ?>
-" name="username" class="flat input-icon-user" size="20" value="" tabindex="1" autofocus="autofocus" />
+" name="username" class="flat input-icon-user minwidth150" value="" tabindex="1" autofocus="autofocus" />
@@ -131,7 +131,7 @@ if ($disablenofollow) echo '';
global->MAIN_OPTIMIZEFORTEXTBROWSER)) { ?>
-" name="password" class="flat input-icon-password" type="password" size="20" value="" tabindex="2" autocomplete="global->MAIN_LOGIN_ENABLE_PASSWORD_AUTOCOMPLETE)?'off':'on'; ?>" />
+" name="password" class="flat input-icon-password minwidth150" type="password" value="" tabindex="2" autocomplete="global->MAIN_LOGIN_ENABLE_PASSWORD_AUTOCOMPLETE)?'off':'on'; ?>" />
|
- " class="flat input-icon-security" type="text" size="12" maxlength="5" name="code" tabindex="3" />
+ " class="flat input-icon-security width100" type="text" maxlength="5" name="code" tabindex="3" />
|
 |
diff --git a/htdocs/core/tpl/passwordforgotten.tpl.php b/htdocs/core/tpl/passwordforgotten.tpl.php
index e1b3ebfc21f..2f36d32535f 100644
--- a/htdocs/core/tpl/passwordforgotten.tpl.php
+++ b/htdocs/core/tpl/passwordforgotten.tpl.php
@@ -95,7 +95,7 @@ if ($disablenofollow) echo '';
-" id="username" name="username" class="flat input-icon-user" size="20" value="" tabindex="1" />
+" id="username" name="username" class="flat input-icon-user minwidth150" value="" tabindex="1" />
|
@@ -132,7 +132,7 @@ if (! empty($morelogincontent)) {
- " class="flat input-icon-security" type="text" size="12" maxlength="5" name="code" tabindex="3" />
+ " class="flat input-icon-security width100" type="text" maxlength="5" name="code" tabindex="3" />
|
 |
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 9594f801d48..b0c66ed1cb9 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -1950,7 +1950,6 @@ div.login_block_other { padding-top: 3px; text-align: right; }
}
.alogin, .alogin:hover {
font-weight: normal !important;
- font-size: !important;
padding-top: 2px;
}
.alogin:hover, .atoplogin:hover {