website/www/conservancy/static/forms.css
Bradley M. Kuhn 627befe0b3 Another adjustment to the forms CSS.
This is working on my test site but not on the main website.  I can't
figure out why.
2014-12-02 14:14:31 -05:00

51 lines
No EOL
753 B
CSS

#supporter-form label {
display: inline-block;
width: 200px;
text-align: right;
}
#supporter-form-inputs {
float: left;
}
#supporter-form-submit {
padding-left: 500px;
padding-top: 40px;
float: center;
}
#supporter-form div {
margin-top: 1em;
}
.form-error {
display: none;
margin-left: 10px;
color: green;
}
.form-error-show {
color: red;
margin-left: 10px;
}
input.invalid, textarea.invalid {
border: 2px solid red;
}
input.valid, textarea.valid {
border: 2px solid green;
}
div.supporter-type-selector {
font-size: 125%;
text-align: center;
}
.supporter-type-selection {
clear: both;
padding-bottom: 60px;
}
img.appeal {
float: left;
padding-right: 40px;
}