priestc / flightloggin2

Online Pilot Logbook
http://flightlogg.in
Other
20 stars 14 forks source link

New/Edit Plane dialog has poor CSS on checkbox inputs #18

Open bovine opened 11 years ago

bovine commented 11 years ago

The dialogbox to add or edit a plane has CSS that forces the width of all input elements, including checkboxes, causing the display of the Hidden and Retired checkboxes to be suboptimal.

image

in screen.css:

#popup table.single_column input, #popup table.single_column textarea, #popup table.single_column select {
    width: 200px;
}