File diff 3dd381cddbd8 → 1b96df2224c6
www/conservancy/static/forms.css
Show inline comments
 
#supporter-form label {
 
    display: inline-block;
 
    width: 200px;
 
    text-align: right;
 
}
 
#supporter-form-inputs {
 
    float: left;
 
}
 
#supporter-form-submit {
 
    padding-left: 500px;
 
    padding-left: 20em;
 
    padding-top: 40px;
 
    float: center;
 
}
 

	
 
#supporter-form div {
 
    margin-top: 1em;
 
}
 

	
 
.form-error {
 
    display: none;
 
    margin-left: 10px;
 
    color: green;