Template:Styles/Default.css: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
keep old #donor-policy-block id around too for any old pages
optin styles 1
Line 105: Line 105:
border-radius: 2px;
border-radius: 2px;
padding: 24px;
padding: 24px;
font-weight: 500;
color: #222;
color: #222;
}
}
Line 116: Line 115:
}
}


.frequency-options ul,
#donate-form-wrapper ul {
.amount-options ul {
display: table;
display: table;
table-layout: fixed;
table-layout: fixed;
Line 125: Line 125:
}
}


#donate-form-wrapper ul li {
.frequency-options ul li,
.amount-options ul li {
display: table-cell;
display: table-cell;
padding: 4px;
padding: 4px;
Line 262: Line 263:
-moz-appearance: none;
-moz-appearance: none;
appearance: none;
appearance: none;
}

/* --- Opt-in --- */

.optin-options .lp-radio {
margin: 4px 6px 0px 9px;
}

.optin-options .lp-radio-label {
float: right;
width: calc(100% - 30px);
white-space: normal;
font-size: 14px;
line-height: 19px;
font-weight: normal;
}

.optin-options .lp-radio-label:hover,
.optin-options .lp-radio:hover + .lp-radio-label {
text-decoration: none;
}

.optin-smallprint {
font-size: 12px;
font-weight: normal;
margin-top: 3px;
padding: 0 4px;
}
}