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
...
 
@@ -109 +109,5 @@ img.blog-right {
 
}
 

	
 
.supporter-form-input .inline {
 
    display: inline-block;
 
}
www/conservancy/static/css/forms.css
Show inline comments
...
 
@@ -33,7 +33,10 @@
 

	
 
.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;
 
}
www/conservancy/templates/supporter/form_partial.html
Show inline comments
...
 
@@ -126,2 +126,3 @@ This partial accepts these optional parameters:
 
          </select>
 
          <p class="inline"><a href="https://gildanonline.com/sizechart" target="_blank" title="T-shirt size chart">Size information</a></p>
 
        </div>
0 comments (0 inline, 0 general)