Template:Styles/Default.css: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
moving styles from opt-in template, and adding checkbox styles for PTF
No edit summary
Line 281: Line 281:
/* --- Opt-in and PTF input styles --- */
/* --- Opt-in and PTF input styles --- */


.lp-radio, .lp-checkbox {
.lp-radio-wrapper,
.lp-checkbox-wrapper {
display: table;
}

.lp-radio,
.lp-checkbox {
display: table-cell;
display: table-cell;
vertical-align: top;
vertical-align: top;
Line 288: Line 294:
}
}


.lp-radio-label, .lp-checkbox-label {
.lp-radio-label,
.lp-checkbox-label {
display: table-cell;
display: table-cell;
vertical-align: top;
vertical-align: top;
Line 356: Line 363:
.optin-no-prompt.is-positive .optin-no-prompt__yes { display: block; }
.optin-no-prompt.is-positive .optin-no-prompt__yes { display: block; }
.optin-no-prompt.is-positive .optin-no-prompt__no { display: none; }
.optin-no-prompt.is-positive .optin-no-prompt__no { display: none; }

/* --- PTF --- */
.ptf {
padding: 0 4px;
}


/* --- Payment method buttons --- */
/* --- Payment method buttons --- */