diff --git a/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/forgotpassword/findpwd.ftl b/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/forgotpassword/findpwd.ftl index 7e85942cb..01b517a59 100644 --- a/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/forgotpassword/findpwd.ftl +++ b/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/forgotpassword/findpwd.ftl @@ -21,7 +21,12 @@ <@locale code="login.text.captcha"/> - + +
+ + +
+ diff --git a/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/loginmobile.ftl b/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/loginmobile.ftl index 245ed6a3c..1d4de1234 100644 --- a/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/loginmobile.ftl +++ b/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/loginmobile.ftl @@ -7,23 +7,23 @@ - <@locale code="login.text.mobile"/> +
-
+
- +
- <@locale code="login.text.smscode"/> +
-
+
- + diff --git a/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/loginnormal.ftl b/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/loginnormal.ftl index 32e115b3f..5228ecde5 100644 --- a/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/loginnormal.ftl +++ b/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/loginnormal.ftl @@ -7,37 +7,37 @@ - <@locale code="login.text.username"/> +
-
+
- +
- <@locale code="login.text.password"/> +
-
+
- - + +
<#if true==isCaptcha> - <@locale code="login.text.captcha"/> +
-
+
- +
diff --git a/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/logintfa.ftl b/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/logintfa.ftl index eab78e074..61d868236 100644 --- a/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/logintfa.ftl +++ b/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/logintfa.ftl @@ -7,30 +7,30 @@ - <@locale code="login.text.username"/> +
- +
- <@locale code="login.text.password"/> +
- +
<#if true==isMfa > - <@locale code="login.text.captcha"/> +
- + diff --git a/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/main/appList.ftl b/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/main/appList.ftl index ab7c09456..85b50c4c9 100644 --- a/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/main/appList.ftl +++ b/maxkey-webs/maxkey-web-maxkey/src/main/resources/templates/views/main/appList.ftl @@ -22,7 +22,7 @@
- +
diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/login.ftl b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/login.ftl index 3bb4c539a..bfb31b4f5 100644 --- a/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/login.ftl +++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/templates/views/login.ftl @@ -36,7 +36,7 @@ <#if true==isCaptcha>
- + ">
diff --git a/maxkey-webs/maxkey-web-resources/src/main/resources/static/css/base.css b/maxkey-webs/maxkey-web-resources/src/main/resources/static/css/base.css index 1e5887392..8e22c79b1 100644 --- a/maxkey-webs/maxkey-web-resources/src/main/resources/static/css/base.css +++ b/maxkey-webs/maxkey-web-resources/src/main/resources/static/css/base.css @@ -255,16 +255,25 @@ body{ width:358px; } -.login_form_table td, .login_form_table th { +.login_form_table td, +.login_form_table th { height: 60px; vertical-align: middle; border-top: 1px solid #dee2e6; } -#j_username,#j_password,#tfa_j_username,#tfa_j_password,#currentTime{ +#j_username, +#j_password, +#tfa_j_username, +#tfa_j_password, +#currentTime, +#mobile_j_username, +#mobile_j_password +{ width :250px; font-size: 14px; font-weight: bold; + height: 40px; } #j_captcha{ @@ -287,6 +296,12 @@ body{ vertical-align: top; } +.login_form_table #j_captchaimg{ + width: 100px; + height: 40px; + vertical-align: top; +} + #normalLogin,#tfaLogin,#mobileLogin,#qrcodelogin{ } @@ -335,18 +350,23 @@ body{ position: relative; } + +.login_form_table .wrapper .input-group{ + width:90%; +} + #div_normalLogin .wrapper input, #div_tfaLogin .wrapper input, #div_mobileLogin .wrapper input { - text-indent: 20px; + text-indent: 46px; } #div_normalLogin .wrapper i.fa, #div_tfaLogin .wrapper i.fa, #div_mobileLogin .wrapper i.fa{ position: absolute; - top: 5px; - left: 5px; + top: 6px; + left: 16px; font-size: 24px; color: black; z-index: 20; @@ -354,8 +374,12 @@ body{ #tfa_j_otp_button,#mobile_j_otp_button{ width :130px; - height: 34px; + height: 40px; font-size: 14px; font-weight: bold; text-indent: 1px; } + +#otherlogins{ + margin-top: -14px; +} \ No newline at end of file diff --git a/maxkey-webs/maxkey-web-resources/src/main/resources/static/css_mgt/base.css b/maxkey-webs/maxkey-web-resources/src/main/resources/static/css_mgt/base.css index f6bd09ef3..ff2d7c8fb 100644 --- a/maxkey-webs/maxkey-web-resources/src/main/resources/static/css_mgt/base.css +++ b/maxkey-webs/maxkey-web-resources/src/main/resources/static/css_mgt/base.css @@ -513,6 +513,7 @@ header .header-container .nav-left>li, .header .header-container .nav-right>li { #j_username,#j_password,#tfa_j_username,#tfa_j_password,#currentTime{ font-size: 14px; font-weight: bold; + height: 40px; } #loginForm .input-group i.fa{