diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php index d53012191af..eb9ce00c5ed 100644 --- a/htdocs/core/tpl/login.tpl.php +++ b/htdocs/core/tpl/login.tpl.php @@ -123,26 +123,29 @@ if ($disablenofollow) echo '';
-"> +
"> + -
- - +" name="username" class="flat input-icon-user minwidth150" value="" tabindex="1" autofocus="autofocus" /> + + + - - +" name="password" class="flat input-icon-password minwidth150" type="password" value="" tabindex="2" autocomplete="global->MAIN_LOGIN_ENABLE_PASSWORD_AUTOCOMPLETE)?'off':'on'; ?>" /> + + - - +
+
+
global->MAIN_OPTIMIZEFORTEXTBROWSER)) { ?> -" name="username" class="flat input-icon-user minwidth150" value="" tabindex="1" autofocus="autofocus" /> -
+
+
global->MAIN_OPTIMIZEFORTEXTBROWSER)) { ?> -" name="password" class="flat input-icon-password minwidth150" type="password" value="" tabindex="2" autocomplete="global->MAIN_LOGIN_ENABLE_PASSWORD_AUTOCOMPLETE)?'off':'on'; ?>" /> -
+
+
- + + - +
- +
- + + diff --git a/htdocs/core/tpl/passwordforgotten.tpl.php b/htdocs/core/tpl/passwordforgotten.tpl.php index 62a441643e7..a573cf74855 100644 --- a/htdocs/core/tpl/passwordforgotten.tpl.php +++ b/htdocs/core/tpl/passwordforgotten.tpl.php @@ -97,17 +97,17 @@ if ($disablenofollow) echo '';
- +
-
- - + + - - +
+
+
" id="username" name="username" class="flat input-icon-user minwidth150" value="" tabindex="1" /> -
+
+
- + + -
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index b4bed51a5e5..9aa6f0bb909 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1884,16 +1884,27 @@ if (! empty($conf->global->MAIN_LOGIN_BACKGROUND)) { } .login_table input#username, .login_table input#password, .login_table input#securitycode { border: none; - border-bottom: solid 1px rgba(180,180,180,.4); + /* border-bottom: solid 1px rgba(180,180,180,.4); */ padding: 5px; margin-left: 5px; margin-top: 5px; + margin-bottom: 5px; } .login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus { outline: none !important; - /* box-shadow: none; - -webkit-box-shadow: 0 0 0 50px #FFF inset; - box-shadow: 0 0 0 50px #FFF inset;*/ +} +.login_table .trinputlogin { + margin: 8px; +} +.login_table .tdinputlogin { + background-color: #fff; + border: 2px solid #ccc; + min-width: 200px; + border-radius: 2px; +} +.login_table .tdinputlogin .fa { + padding-left: 10px; + width: 14px; } .login_main_message { text-align: center; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index bb75cde5332..58c239e33cd 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -1875,17 +1875,29 @@ form#login { } .login_table input#username, .login_table input#password, .login_table input#securitycode{ border: none; - border-bottom: solid 1px rgba(180,180,180,.4); + /* border-bottom: solid 1px rgba(180,180,180,.4); */ padding: 5px; margin-left: 18px; margin-top: 5px; + margin-bottom: 5px; } .login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus { outline: none !important; - /* box-shadow: none; - -webkit-box-shadow: 0 0 0 50px #FFF inset; - box-shadow: 0 0 0 50px #FFF inset;*/ } +.login_table .trinputlogin { + margin: 8px; +} +.login_table .tdinputlogin { + background-color: #fff; + border: 2px solid #ccc; + min-width: 200px; + border-radius: 2px; +} +.login_table .tdinputlogin .fa { + padding-left: 10px; + width: 14px; +} + .login_main_message { text-align: center; max-width: 570px;