streams/view/mod_zregister.css

28 lines
301 B
CSS
Raw Normal View History

2012-07-22 06:17:45 +00:00
h2 {
margin-left: 15%;
margin-top: 15%;
}
#zregister-form {
font-size: 1.4em;
margin-left: 15%;
margin-top: 5%;
}
.zregister-label {
float: left;
width: 275px;
}
.zregister-input {
float: left;
width: 275px;
padding: 5px;
}
.zregister-field-end {
clear: both;
margin-bottom: 20px;
}