Template:Optin/Default: Difference between revisions

Content deleted Content added
No edit summary
move styles inline for testing
Line 15:
</div>
</fieldset>
<style>
/* --- Opt-in --- */
 
.optin-options ul {
list-style: none;
margin: 0;
}
 
.optin-options li {
display: block;
clear: both;
}
 
.lp-radio {
float: left;
height: 18px;
margin: 4px 6px 0px 9px;
cursor: pointer;
}
 
.lp-radio-label {
display: block;
float: right;
padding: 3px 2px;
width: calc(100% - 30px);
white-space: normal;
font-size: 14px;
line-height: 19px;
font-weight: normal;
cursor: pointer;
}
 
.lp-radio-label:hover,
.lp-radio:focus + .lp-radio-label,
.lp-radio:hover + .lp-radio-label {
color: #36c;
text-decoration: none;
}
 
.optin-smallprint {
clear: both;
font-size: 12px;
line-height: 14px;
font-weight: normal;
margin-top: 3px;
padding: 0 4px;
}
</style>
</html>