mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 04:04:50 +08:00
138 lines
1.8 KiB
Text
138 lines
1.8 KiB
Text
|
|
.b-login-content {
|
|
|
|
height: 100%;
|
|
text-align: center;
|
|
|
|
.loginFormWrapper {
|
|
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
perspective: 500px;
|
|
|
|
.descWrapper {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
.desc {
|
|
font-size: 18px;
|
|
padding: 2px;
|
|
}
|
|
}
|
|
|
|
.alertError {
|
|
max-width: 450px;
|
|
}
|
|
|
|
.wrapper-parent {
|
|
}
|
|
|
|
.loginForm {
|
|
background-color: #efefef;
|
|
text-align: left;
|
|
color: #333;
|
|
margin: 0;
|
|
float: none;
|
|
width: 303px;
|
|
}
|
|
|
|
.loginWelcomeForm {
|
|
display: none;
|
|
}
|
|
|
|
.welcome-on {
|
|
display: block;
|
|
}
|
|
|
|
.welcome-off {
|
|
display: none;
|
|
}
|
|
|
|
/* .control-label {
|
|
font-size: 16px;
|
|
line-height: 30px;
|
|
}*/
|
|
|
|
.controls, .control-group {
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.wrapper {
|
|
padding: 40px 40px 12px 40px;
|
|
}
|
|
|
|
#recaptcha_image img {
|
|
border: 1px solid #ccc;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.controls {
|
|
.inputLoginForm, .inputEmail, .inputLogin, .inputPassword, .inputAdditionalCode {
|
|
font-size: 18px;
|
|
height: 40px;
|
|
line-height: 20px;
|
|
}
|
|
}
|
|
|
|
.languageLabel {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.signMeLabel .e-checkbox {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.languageLabel {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.input-append .add-on {
|
|
position: relative;
|
|
height: 30px;
|
|
background: none;
|
|
margin-left: -35px;
|
|
z-index: 1000;
|
|
border: 0px;
|
|
}
|
|
|
|
.input-append .add-on i {
|
|
font-size: 17px;
|
|
line-height: 29px;
|
|
color: #999;
|
|
}
|
|
|
|
.controls.error .add-on i, .control-group.error .add-on i {
|
|
color: #b94a48;
|
|
}
|
|
}
|
|
|
|
.buttonLogin {
|
|
margin: 0;
|
|
}
|
|
|
|
.alert {
|
|
margin: 0 0 20px 0;
|
|
text-align: left;
|
|
}
|
|
|
|
.loginAfter {
|
|
display: inline-block;
|
|
height: 90%;
|
|
vertical-align: middle;
|
|
width: 0px;
|
|
}
|
|
|
|
.flag-selector {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.social-buttons {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.social-button, .language-button {
|
|
padding: 5px;
|
|
outline: none;
|
|
}
|
|
}
|