flightloggin2 icon indicating copy to clipboard operation
flightloggin2 copied to clipboard

New/Edit Plane dialog has poor CSS on checkbox inputs

Open bovine opened this issue 12 years ago • 0 comments

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;
}

bovine avatar Oct 24 '13 02:10 bovine