79 lines
1.1 KiB
Plaintext
Executable File
79 lines
1.1 KiB
Plaintext
Executable File
#create-account_form,
|
|
#login_form {
|
|
float: ~`@{authentication_blocks} == "block"? "none": @{authentication_blocks_align}`;
|
|
margin-left: ~`@{authentication_blocks_align} == "left"? "0px": "20px"`;
|
|
margin-right: ~`@{authentication_blocks_align} == "left"? "20px": "0px"`;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
.authentication_style;
|
|
|
|
fieldset {
|
|
h3 {
|
|
.title_register;
|
|
}
|
|
|
|
p.text {
|
|
padding: 10px 45px;
|
|
}
|
|
|
|
p.submit {
|
|
padding: 10px 45px;
|
|
}
|
|
}
|
|
}
|
|
|
|
#login_form {
|
|
fieldset p.submit a {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
> p {
|
|
margin: 20px 0px 0px;
|
|
padding: 0px !important;
|
|
font-style: italic;
|
|
|
|
&.bold {
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
|
|
#create-account_form {
|
|
p.text {
|
|
font-weight:normal;
|
|
}
|
|
|
|
ul {
|
|
margin: 0px 50px 10px;
|
|
.list-style;
|
|
|
|
li {
|
|
padding: 5px 0px 0px;
|
|
}
|
|
}
|
|
|
|
fieldset {
|
|
p.submit {
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
#authentication #account-creation_container {
|
|
overflow: auto;
|
|
clear: both;
|
|
float: ~`@{authentication_signup_align}`;
|
|
.authentication_register_style();
|
|
|
|
#account-creation_form {
|
|
margin-top: 20px;
|
|
margin-bottom: 45px;
|
|
|
|
h3 {
|
|
.title_register;
|
|
}
|
|
}
|
|
}
|