comments sort of working again but now need to fix the threading which was ported when it was only half working

This commit is contained in:
friendica
2012-10-25 18:42:42 -07:00
parent ebb75340ec
commit 3b394ea43f
17 changed files with 423 additions and 594 deletions

View File

@@ -4,29 +4,29 @@ h2 {
margin-top: 15%;
}
#zregister-form {
#register-form {
font-size: 1.4em;
margin-left: 15%;
margin-top: 5%;
}
.zregister-label {
.register-label {
float: left;
width: 275px;
}
.zregister-input {
.register-input {
float: left;
width: 275px;
padding: 5px;
}
.zregister-feedback {
.register-feedback {
float: left;
margin-left: 45px;
}
.zregister-field-end {
.register-field-end {
clear: both;
margin-bottom: 20px;
}