Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alignment between label and controls #958

Open
jerchap opened this issue Jan 17, 2019 · 0 comments
Open

Alignment between label and controls #958

jerchap opened this issue Jan 17, 2019 · 0 comments

Comments

@jerchap
Copy link

jerchap commented Jan 17, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant