Template:Styles/Default.css: Difference between revisions
Content deleted Content added
keep old #donor-policy-block id around too for any old pages |
optin styles 1 |
||
Line 105:
border-radius: 2px;
padding: 24px;
font-weight: 500;▼
color: #222;
}
Line 116 ⟶ 115:
}
.frequency-options ul,
.amount-options ul {
display: table;
table-layout: fixed;
Line 125:
}
.amount-options ul li {
display: table-cell;
padding: 4px;
Line 262 ⟶ 263:
-moz-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;
}
.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;
}
|