How to set css to "label for="email""
Posted
by Kyle Sevenoaks
on Stack Overflow
See other posts from Stack Overflow
or by Kyle Sevenoaks
Published on 2010-04-08T12:07:47Z
Indexed on
2010/04/08
12:13 UTC
Read the original article
Hit count: 153
css
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.
© Stack Overflow or respective owner