Files @ b90413809f26
Branch filter:

Location: website/www/conservancy/static/forms.css

bkuhn
Subscriptions for monthly supporters.

There are now two options at the bottom of the page, annual and monthly
supporters.

In addition, there is Javascript code to cause the annual and monthly
items disappear and reappear upon selection either in the donate box or
the selector above the items.

I tested this in links and it seems to degrade reasonably well.
#supporter-form label {
    display: inline-block;
    width: 200px;
    text-align: right;
}
#supporter-form-inputs {
    float: left;
}
#supporter-form-submit {
    padding-left: 500px;
    padding-top: 100px;
    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;
}