fix form width on login / register forms

This commit is contained in:
Sanjay B 2014-11-15 14:37:29 -08:00
parent e3969b3ef1
commit 5675eb8cc7

View File

@ -79,12 +79,15 @@ color:#FF8400;}
#regContent input[type=text], #regContent input[type=password], #regContent textarea, #formItf input[type=text], #formItf input[type=email], #formItf textarea, #formItf select {
border:1px solid #e3e3e3;
padding:2px 2px 2px 4px;
width:495px;
/*border-radius:6px;
box-shadow:inset 2px 2px 6px #d7d7d7;*/
margin-bottom:10px;
margin-left:8px;}
#formItf input[type=text], #formItf input[type=email], #formItf textarea, #formItf select {
width:495px;
}
#regContent a, #formItf a
{color:#FF8400;
text-decoration:none;}