Changeset - 5f9a4395f3d8
[Not reviewed]
0 3 0
Brett Smith (brett) - 7 years ago 2017-01-05 18:46:46
brett@sfconservancy.org
supporter: Add size information chart.
3 files changed with 11 insertions and 3 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy-bigscreen.css
Show inline comments
...
 
@@ -104,6 +104,10 @@ img.blog-right {
 
}
 

	
 
.supporter-form-input label {
 
    text-align: right;
 
    padding-right: .3em;
 
}
 

	
 
.supporter-form-input .inline {
 
    display: inline-block;
 
}
www/conservancy/static/css/forms.css
Show inline comments
...
 
@@ -28,17 +28,20 @@
 
}
 

	
 
.supporter-form-submit {
 
    text-align: center;
 
}
 

	
 
.form-error, .supporter-form-input .input-group p {
 
    margin-left: 1em;
 
    font-size: 80%;
 
    white-space: normal;
 
}
 

	
 
.form-error {
 
    color: red;
 
    margin-left: 10px;
 
    font-size: 75%;
 
    white-space: normal;
 
}
 

	
 
input.invalid, textarea.invalid {
 
    border: 2px solid red;
 
}
 

	
www/conservancy/templates/supporter/form_partial.html
Show inline comments
...
 
@@ -121,12 +121,13 @@ This partial accepts these optional parameters:
 
              <option value="FittedLadiesS">Fitted Women's S</option>
 
              <option value="FittedLadiesM">Fitted Women's M</option>
 
              <option value="FittedLadiesL">Fitted Women's L</option>
 
              <option value="FittedLadiesXL">Fitted Women's XL</option>
 
            </optgroup>
 
          </select>
 
          <p class="inline"><a href="https://gildanonline.com/sizechart" target="_blank" title="T-shirt size chart">Size information</a></p>
 
        </div>
 
      </div>
 

	
 
      <div class="supporter-form-input">
 
        <label for="publicAck">
 
          Should we add you to the <a href="/sponsors#supporters" target="_blank">Conservancy Supporters list</a>? </label>
0 comments (0 inline, 0 general)