How to set css to "label for="email""
- by Kyle Sevenoaks
Code:
<label for="email">{t _your_email}:</label>
CSS:
label
{
display: block;
width: 156px;
cursor: pointer;
padding-right: 6px;
padding-bottom: 1px;
}
I want to make a new CSS for the email label as it's not meant to be that wide.. Just can't think right now :P
Thanks.