Template:Optin/Default: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
No edit summary
fix radio button layout
Line 24: Line 24:


.optin-options li {
.optin-options li {
display: block;
display: table;
clear: both;
}
}


.lp-radio {
.lp-radio {
float: left;
display: table-cell;
vertical-align: top;
height: 18px;
height: 18px;
margin: 4px 6px 0px 9px;
margin: 8px;
cursor: pointer;
cursor: pointer;
}
}


.lp-radio-label {
.lp-radio-label {
display: block;
display: table-cell;
float: right;
vertical-align: top;
padding: 3px 2px;
padding: 4px 0;
width: calc(100% - 30px);
white-space: normal;
white-space: normal;
font-size: 14px;
font-size: 14px;

Revision as of 15:43, 13 September 2018