text input fields width


Author Message
Salim Al Rashdi

Posted: 11/15/2012
Quote message 

I have noticed that in Artisteer V. 4
All text fields width is set to 100%

I think this line in CSS file should be removed.

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
width: 100%; << to be removed>>
padding: 4px 0;
color: #242B2D !important;
font-size: 13px;
font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
font-weight: normal;
font-style: normal;
}
 
Sam

Posted: 11/16/2012
Quote message 

Thanks