This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/view/css/mod_register.css

39 lines
449 B
CSS

h2 {
margin-left: 5%;
margin-top: 5%;
}
#register-form {
font-size: 1.4em;
margin-left: 10%;
margin-top: 5%;
}
#register-desc, #register-text, #register-sites {
font-weight: bold;
margin-bottom: 15px;
}
.register-label {
float: left;
width: 275px;
}
.register-input {
float: left;
width: 275px;
padding: 5px;
}
.register-feedback {
float: left;
margin-left: 45px;
}
.register-field-end {
clear: both;
margin-bottom: 20px;
}