Skip to content

Commit

Permalink
Changed input field width
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mills committed Dec 10, 2009
1 parent 7a9f201 commit d828049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/stylesheets/standard.css
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ fieldset.common-form small{color:#777;font-size:11px;}

fieldset.common-form inpuusert[type="text"],fieldset.common-form input[type="password"],fieldset.common-form textarea,fieldset.common-form select,fieldset.common-form checkbox{border:1px solid #aaa;padding:4px 2px;}

fieldset.common-form input[type="text"],fieldset.common-form input[type="password"]{width:12em;}
fieldset.common-form input[type="text"],fieldset.common-form input[type="password"]{width:25em;}

fieldset.common-form input[type="text"].medium,fieldset.common-form textarea.medium{width:50%;}

Expand Down

0 comments on commit d828049

Please sign in to comment.