2014-12-04 01:43:28 +00:00
|
|
|
.supporter-form label {
|
2014-12-02 16:31:43 +00:00
|
|
|
display: inline-block;
|
|
|
|
width: 200px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2014-12-02 17:09:43 +00:00
|
|
|
#supporter-form-inputs {
|
|
|
|
float: left;
|
|
|
|
}
|
2014-12-04 01:43:28 +00:00
|
|
|
.supporter-form-submit {
|
2014-12-02 22:49:10 +00:00
|
|
|
padding-left: 20em;
|
2014-12-02 18:41:04 +00:00
|
|
|
padding-top: 40px;
|
2014-12-02 17:09:43 +00:00
|
|
|
float: center;
|
2014-12-02 16:31:43 +00:00
|
|
|
}
|
|
|
|
|
2014-12-04 01:43:28 +00:00
|
|
|
.supporter-form div {
|
2014-12-02 16:31:43 +00:00
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-error {
|
|
|
|
display: none;
|
|
|
|
margin-left: 10px;
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-error-show {
|
|
|
|
color: red;
|
|
|
|
margin-left: 10px;
|
2014-12-04 01:40:41 +00:00
|
|
|
font-size: 75%;
|
2014-12-02 16:31:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input.invalid, textarea.invalid {
|
|
|
|
border: 2px solid red;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.valid, textarea.valid {
|
|
|
|
border: 2px solid green;
|
|
|
|
}
|
2014-12-02 18:30:18 +00:00
|
|
|
|
2014-12-03 14:58:07 +00:00
|
|
|
.supporter-type-selector {
|
2014-12-02 18:30:18 +00:00
|
|
|
font-size: 125%;
|
|
|
|
text-align: center;
|
2014-12-03 14:58:07 +00:00
|
|
|
width: 80%;
|
|
|
|
align: left;
|
2014-12-02 18:30:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.supporter-type-selection {
|
|
|
|
clear: both;
|
|
|
|
padding-bottom: 60px;
|
2014-12-03 14:58:07 +00:00
|
|
|
width: 80%;
|
|
|
|
align: left;
|
2014-12-02 18:30:18 +00:00
|
|
|
}
|
2014-12-02 19:08:13 +00:00
|
|
|
|
2014-12-02 19:13:12 +00:00
|
|
|
img.appeal {
|
2014-12-02 19:08:13 +00:00
|
|
|
float: left;
|
2014-12-02 23:30:15 +00:00
|
|
|
padding-right: 2em;
|
2014-12-02 21:15:03 +00:00
|
|
|
min-width: 10%;
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
2014-12-02 21:11:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img.appeal-header {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
2014-12-02 21:20:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img.appeal-footer {
|
|
|
|
max-width: 40%;
|
|
|
|
float: right;
|
|
|
|
width: 10%;
|
|
|
|
min-width: 1%;
|
|
|
|
height: auto;
|
2014-12-02 22:49:20 +00:00
|
|
|
}
|