robsawyer / PMT

Production Manager Tool
2 stars 0 forks source link

Not digging the small input fields #10

Open robksawyer opened 12 years ago

robksawyer commented 12 years ago

The basic input fields don't seem to match the sizing of the ones using the chosen library. Can you take a look?

This occurs on most of the add pages. http://pmt/projects/add

GarrettGillas commented 12 years ago

Yeah I'm working on revamping all the forms. They were setup with universal styles like:

input[type=submit] { display: inline; font-size: 110%; width: auto; }

So I'm going through and setting up styles for all the forms individually as I redo them so that in the future we can change them without messing up the others. So far I've only re-done the search page but the add and login pages next.