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
height: 60px;
line-height: 60px;
Line 241:
/* Smaller font size for countries with v long amounts */
.country-CO .amount-options
.country-CR .amount-options
.country-KR .amount-options
.country-PY .amount-options
.country-VN .amount-options
font-size: 13px;
}
.input_amount_other
display: table-cell;
vertical-align: middle;
Line 255:
}
.input_amount_other
display: block;
font-size: 12px;
|