Update base.css

This commit is contained in:
MaxKey 2022-02-25 14:35:00 +08:00
parent 0c467a72a6
commit 4aa154fe0b

View File

@ -510,7 +510,7 @@ header .header-container .nav-left>li, .header .header-container .nav-right>li {
width:358px;
border:0;
}
#j_username,#j_password,#tfa_j_username,#tfa_j_password,#currentTime{
#j_username,#j_password,#j_captcha,#tfa_j_username,#tfa_j_password,#currentTime{
font-size: 14px;
font-weight: bold;
height: 40px;
@ -525,13 +525,6 @@ header .header-container .nav-left>li, .header .header-container .nav-right>li {
z-index: 20;
}
#j_captcha{
width :60%;
font-size: 14px;
font-weight: bold;
float: left;
}
#tfa_j_otp_captcha{
width :100px;
/*width :230px;*/
@ -546,12 +539,6 @@ header .header-container .nav-left>li, .header .header-container .nav-right>li {
font-weight: bold;
}
#j_captchaimg{
width:70px;
height: 35px;
vertical-align: top;
}
#switch_commonLogin,#switch_tfaLogin{
width :49%;
}