streams/view/css/mod_zregister.css

34 lines
361 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;
}
2012-07-23 02:37:15 +00:00
.zregister-feedback {
float: left;
2012-08-16 10:37:07 +00:00
margin-left: 45px;
2012-07-23 02:37:15 +00:00
}
2012-07-22 06:17:45 +00:00
.zregister-field-end {
clear: both;
margin-bottom: 20px;
}
2012-07-23 02:37:15 +00:00