gallery.accords-library.com/static/css/users.css

43 lines
813 B
CSS
Raw Normal View History

#user-registration form {
display: block;
width: 20em;
float: left;
}
2016-03-27 21:00:54 +00:00
#user-registration .info {
line-height: 1.8em;
float: left;
margin-left: 3em;
border-radius: 0.2em;
width: 20em;
}
2016-03-27 21:00:54 +00:00
#user-registration .info ul {
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-27 22:19:06 +00:00
#user-registration .info i.fa {
color: var(--main-color);
}
2016-03-27 21:00:54 +00:00
#user-registration .info p:first-child {
margin: 0 0 0.5em 0;
}
#user-registration .input li:first-child label {
padding-top: 0;
margin-top: 0;
}
2016-03-27 21:00:54 +00:00
#user-registration .buttons {
margin-top: 1em;
}
2016-03-27 22:19:06 +00:00
#user-registration p.hint {
2016-03-27 21:00:54 +00:00
margin-top: 0.5em;
2016-03-27 22:19:06 +00:00
color: var(--inactive-link-color);
2016-03-27 21:00:54 +00:00
font-size: 80%;
}