Template:Styles/Default.css: Difference between revisions
Content deleted Content added
moving styles from opt-in template, and adding checkbox styles for PTF |
No edit summary |
||
Line 281:
/* --- Opt-in and PTF input styles --- */
.lp-radio
.lp-checkbox-wrapper {
display: table;
}
.lp-radio,
.lp-checkbox {
display: table-cell;
vertical-align: top;
Line 288 ⟶ 294:
}
.lp-radio-label,
.lp-checkbox-label { display: table-cell;
vertical-align: top;
Line 356 ⟶ 363:
.optin-no-prompt.is-positive .optin-no-prompt__yes { display: block; }
.optin-no-prompt.is-positive .optin-no-prompt__no { display: none; }
/* --- PTF --- */
.ptf {
padding: 0 4px;
}
/* --- Payment method buttons --- */
|