trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

Alignment between label and controls #958

Open jerchap opened 5 years ago

jerchap commented 5 years ago

I found that the virtual alignment between the labels and controls was off. I added this css to get nicer alignment. Am I doing it wrong?

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { padding:0px; }

.ui-timepicker-div .ui_tpicker_hour, .ui-timepicker-div .ui_tpicker_minute { padding-top: .3em; }