fix form width on login / register forms
This commit is contained in:
parent
e3969b3ef1
commit
5675eb8cc7
|
@ -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 {
|
#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;
|
border:1px solid #e3e3e3;
|
||||||
padding:2px 2px 2px 4px;
|
padding:2px 2px 2px 4px;
|
||||||
width:495px;
|
|
||||||
/*border-radius:6px;
|
/*border-radius:6px;
|
||||||
box-shadow:inset 2px 2px 6px #d7d7d7;*/
|
box-shadow:inset 2px 2px 6px #d7d7d7;*/
|
||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
margin-left:8px;}
|
margin-left:8px;}
|
||||||
|
|
||||||
|
#formItf input[type=text], #formItf input[type=email], #formItf textarea, #formItf select {
|
||||||
|
width:495px;
|
||||||
|
}
|
||||||
|
|
||||||
#regContent a, #formItf a
|
#regContent a, #formItf a
|
||||||
{color:#FF8400;
|
{color:#FF8400;
|
||||||
text-decoration:none;}
|
text-decoration:none;}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user