2016-03-19 21:37:04 +01:00
|
|
|
#user-registration form {
|
|
|
|
float: left;
|
|
|
|
}
|
2016-03-27 23:00:54 +02:00
|
|
|
#user-registration .info {
|
2016-03-19 21:37:04 +01:00
|
|
|
float: left;
|
|
|
|
margin-left: 3em;
|
|
|
|
border-radius: 0.2em;
|
|
|
|
width: 20em;
|
|
|
|
}
|
2016-03-27 23:00:54 +02:00
|
|
|
#user-registration .info ul {
|
2016-03-28 00:19:44 +02:00
|
|
|
line-height: 1.8em;
|
2016-03-27 23:00:54 +02:00
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
#user-registration .info li {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
#user-registration .info i {
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
2016-03-28 00:19:06 +02:00
|
|
|
#user-registration .info i.fa {
|
|
|
|
color: var(--main-color);
|
|
|
|
}
|
2016-03-27 23:00:54 +02:00
|
|
|
#user-registration .info p:first-child {
|
|
|
|
margin: 0 0 0.5em 0;
|
|
|
|
}
|
2016-03-28 00:19:06 +02:00
|
|
|
#user-registration p.hint {
|
2016-03-27 23:00:54 +02:00
|
|
|
margin-top: 0.5em;
|
2016-03-28 00:19:06 +02:00
|
|
|
color: var(--inactive-link-color);
|
2016-03-27 23:00:54 +02:00
|
|
|
font-size: 80%;
|
2016-03-28 00:19:44 +02:00
|
|
|
line-height: 120%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#login .buttons a {
|
|
|
|
margin-left: 1em;
|
2016-03-27 23:00:54 +02:00
|
|
|
}
|