Template:Styles/Default.css: Difference between revisions

Content deleted Content added
spacing for errors
change amount label styles to frb-btn so we can use a label for PTF in amount section
Line 234:
white-space: nowrap;
}
.amount-options label.frb-btn {
height: 60px;
line-height: 60px;
Line 241:
 
/* Smaller font size for countries with v long amounts */
.country-CO .amount-options label.frb-btn,
.country-CR .amount-options label.frb-btn,
.country-KR .amount-options label.frb-btn,
.country-PY .amount-options label.frb-btn,
.country-VN .amount-options label.frb-btn {
font-size: 13px;
}
 
.input_amount_other label.frb-btn {
display: table-cell;
vertical-align: middle;
Line 255:
}
 
.input_amount_other label.frb-btn span {
display: block;
font-size: 12px;