File diff 19e744788b7f → 8605b65783f9
www/conservancy/static/css/forms.css
Show inline comments
 
.supporter-type-selection .prolog > span:first-child {
 
    font-weight: bold;
 
}
 

	
 
.supporter-form label {
 
    display: inline-block;
 
    width: 200px;
 
    text-align: right;
 
    font-weight: bold;
 
}
 
.dinner-form label {
 
    display: inline-block;
...
 
@@ -17,7 +22,7 @@
 
.supporter-form-submit {
 
    padding-left: 20em;
 
    padding-top: 40px;
 
    float: center;
 
    font-size: small;
 
}
 
.dinner-form-submit {
 
    padding-left: 20em;
...
 
@@ -25,10 +30,6 @@
 
    float: center;
 
}
 

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

	
 
.dinner-form div {
 
    margin-top: 1em;
 
}