diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index 43e8ced5..2a3e4679 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -18,7 +18,7 @@ td{word-break:break-all;word-wrap:break-word} input{padding:0.375rem 0.75rem;height:30px;color:#6c757d;background:#fff;border:1px solid #dee2e6;vertical-align:middle} input[type=file]{padding:0;height:auto;border:0;border-radius:0!important;vertical-align:middle} input[type=button],input[type=submit],input[type=reset]{padding:0.375rem 0.75rem;height:30px;line-height:1.5;font-size:12px;color:#fff;background:#1eb867;border:0} -input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus{width:14px;height:14px;outline:none;box-shadow:none;vertical-align:text-top} +input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus{width:14px;height:14px;outline:none;box-shadow:none;vertical-align:middle} select{padding:0.375rem 0.75rem;height:30px;color:#6c757d;background:#fff;border:1px solid #dee2e6;vertical-align:middle} select[multiple=yes]{height:180px} option{display:flex;padding:0;height:30px;align-items:center} diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css index 1476ce22..fec9bbf3 100644 --- a/src/static/web/css/style.css +++ b/src/static/web/css/style.css @@ -66,7 +66,7 @@ input[type=file]{padding:0;height:auto;border:0} .feedbacks ._feedback_reply .alert{margin-bottom:0} .nav-item .active{color:#ff8400} .logo img{height:40px} -.login-from{margin:5rem 0;width:500px} +.login-from{margin:5rem auto;width:500px} .login-box{padding:1.25rem;background:#fff} .user-login,.user-actions{line-height:40px} .user-actions{text-align:right} diff --git a/src/user/templets/login.htm b/src/user/templets/login.htm index 9fdfdd52..7a6d8c1d 100755 --- a/src/user/templets/login.htm +++ b/src/user/templets/login.htm @@ -12,7 +12,7 @@