supporter: Add size information chart.
This commit is contained in:
parent
27b469c2dc
commit
5f9a4395f3
3 changed files with 11 additions and 3 deletions
|
@ -107,3 +107,7 @@ img.blog-right {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-right: .3em;
|
padding-right: .3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.supporter-form-input .inline {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
|
@ -31,11 +31,14 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-error, .supporter-form-input .input-group p {
|
||||||
|
margin-left: 1em;
|
||||||
|
font-size: 80%;
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.form-error {
|
.form-error {
|
||||||
color: red;
|
color: red;
|
||||||
margin-left: 10px;
|
|
||||||
font-size: 75%;
|
|
||||||
white-space: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input.invalid, textarea.invalid {
|
input.invalid, textarea.invalid {
|
||||||
|
|
|
@ -124,6 +124,7 @@ This partial accepts these optional parameters:
|
||||||
<option value="FittedLadiesXL">Fitted Women's XL</option>
|
<option value="FittedLadiesXL">Fitted Women's XL</option>
|
||||||
</optgroup>
|
</optgroup>
|
||||||
</select>
|
</select>
|
||||||
|
<p class="inline"><a href="https://gildanonline.com/sizechart" target="_blank" title="T-shirt size chart">Size information</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue