Template:2012FR/Form-section/Radiobuttons/3buttons: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
<input type="radio" name="amount" id="input_amount_other" value="Other" onclick="document.getElementById('input_amount_other_box').focus();"> |
<input type="radio" name="amount" id="input_amount_other" value="Other" onclick="document.getElementById('input_amount_other_box').focus();"> |
||
<label class="frb-btn" for="input_amount_other" style="flex-wrap:nowrap;gap:10px"> |
<label class="frb-btn" for="input_amount_other" style="flex-wrap:nowrap;gap:10px"> |
||
<span></html>{{int:donate_interface-other}}<html></span> |
<span style="font-size:14px"></html>{{int:donate_interface-other}}<html></span> |
||
<input id="input_amount_other_box" type="text" inputmode="decimal" autocomplete="off" value="" tabindex="-1" class="noime" onfocus="selectOther();"> |
<input id="input_amount_other_box" style="width: 100px" type="text" inputmode="decimal" autocomplete="off" value="" tabindex="-1" class="noime" onfocus="selectOther();"> |
||
</label> |
</label> |
||
</li> |
</li> |
||
Line 45: | Line 45: | ||
<div style="display: none;" class="lp-error lp-error-bigamount"></html>{{int:Donate_interface-bigamount-error}}<html></div> |
<div style="display: none;" class="lp-error lp-error-bigamount"></html>{{int:Donate_interface-bigamount-error}}<html></div> |
||
</fieldset> |
</fieldset> |
||
<style> |
|||
label.frb-button[for="input_amount_other"] { |
|||
flex-wrap: nowrap; |
|||
gap: 10px; |
|||
} |
|||
label.frb-button[for="input_amount_other"] span { |
|||
font-size:14px; |
|||
} |
|||
label.frb-button[for="input_amount_other"] #input_amount_other_box { |
|||
width: 100px; |
|||
} |
|||
</style> |
|||
</html> |
</html> |
Revision as of 15:21, 16 October 2023