css
This commit is contained in:
parent
d4ffc5e088
commit
9e01ea9180
@ -1853,7 +1853,7 @@ form#login {
|
|||||||
}
|
}
|
||||||
.login_table_title {
|
.login_table_title {
|
||||||
max-width: 530px;
|
max-width: 530px;
|
||||||
color: #aaa !important;
|
color: #eee !important;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
.login_table label {
|
.login_table label {
|
||||||
@ -1895,7 +1895,7 @@ if (! empty($conf->global->MAIN_LOGIN_BACKGROUND)) {
|
|||||||
outline: none !important;
|
outline: none !important;
|
||||||
}
|
}
|
||||||
.login_table .trinputlogin {
|
.login_table .trinputlogin {
|
||||||
font-size: 1.4em;
|
font-size: 1.2em;
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
}
|
}
|
||||||
.login_table .tdinputlogin {
|
.login_table .tdinputlogin {
|
||||||
@ -1909,10 +1909,10 @@ if (! empty($conf->global->MAIN_LOGIN_BACKGROUND)) {
|
|||||||
width: 14px;
|
width: 14px;
|
||||||
}
|
}
|
||||||
.login_table .tdinputlogin input#username, .login_table .tdinputlogin input#password {
|
.login_table .tdinputlogin input#username, .login_table .tdinputlogin input#password {
|
||||||
font-size: 1.1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
.login_table .tdinputlogin input#securitycode {
|
.login_table .tdinputlogin input#securitycode {
|
||||||
font-size: 0.9em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
.login_main_message {
|
.login_main_message {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user