mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-05 17:05:07 -05:00
149 lines
1.6 KiB
CSS
149 lines
1.6 KiB
CSS
body {
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
|
|
a {
|
|
text-decoration:none;
|
|
}
|
|
|
|
table {
|
|
background-color:white;
|
|
}
|
|
|
|
.control-group {
|
|
margin-top:10px;
|
|
}
|
|
|
|
input {
|
|
margin-top:3px;
|
|
|
|
}
|
|
|
|
input[type="password"], input[type="text"] {
|
|
height:20px;
|
|
width:200px;
|
|
}
|
|
|
|
/*
|
|
#_mSignUpExecute {
|
|
display:none;
|
|
position:fixed;
|
|
background-color: rgba(0,0,0,0.5);
|
|
}
|
|
*/
|
|
|
|
#_mSignUpExecute_failure {
|
|
color: red;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#_mSignUpExecute .modal {
|
|
top: 350px;
|
|
}
|
|
|
|
/*******************************************************/
|
|
|
|
#_mLoading .modal {
|
|
position: absolute;
|
|
color: red;
|
|
bottom: 0;
|
|
right:0;
|
|
}
|
|
|
|
.loading {
|
|
color:red;
|
|
}
|
|
|
|
/********************************************************/
|
|
|
|
.red {
|
|
color:red;
|
|
}
|
|
|
|
.warning {
|
|
color:red;
|
|
}
|
|
|
|
.checkbox.inline input {
|
|
margin-bottom: 7px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
|
|
.signup {
|
|
margin: 50px;
|
|
}
|
|
|
|
.signup .grey {
|
|
background-color:#CCC;
|
|
padding:10px;
|
|
}
|
|
|
|
.signup table {
|
|
width:100%;
|
|
}
|
|
|
|
.signup table td {
|
|
position:relative;
|
|
background-color:white;
|
|
}
|
|
|
|
|
|
.left-side {
|
|
width:50%;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.left-side .inner-td {
|
|
margin:10px;
|
|
}
|
|
|
|
.right-side .inner-td {
|
|
padding-top:20px;
|
|
padding-bottom:20px;
|
|
padding-left:20px;
|
|
margin-top:10px;
|
|
margin-bottom:10px;
|
|
border-left: 1px solid;
|
|
}
|
|
|
|
.right-side {
|
|
|
|
}
|
|
|
|
#captcha_container {
|
|
height:129px;
|
|
}
|
|
|
|
.success {
|
|
color: #468847
|
|
}
|
|
|
|
.error {
|
|
color: #F00;
|
|
}
|
|
|
|
.help-suggest {
|
|
font-size: smallest;
|
|
}
|
|
|
|
.storage-option
|
|
{
|
|
height:230px;
|
|
min-height:220px;
|
|
max-height:220px;
|
|
}
|
|
|
|
.signup .tosDiv a, .signup .tosDiv input {
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
.signup .tos {
|
|
color:black;
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|