This is a migrated thread and some comments may be shown as answers.

Small layout glitch with DatePicker and Bootstrap

1 Answer 77 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
Holger
Top achievements
Rank 1
Holger asked on 27 Jan 2015, 08:05 AM
Hi,

I've found a small layout glitch with the DatePicker and Bootstrap where the calendar's header columns (day names) are aligned to the left by bootstrap.

This can be fixed by adding the following style:

.k-calendar th {
    text-align: center;
}

Kindest regards,
Holger

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 28 Jan 2015, 03:56 PM
Hi Holger,

A similar style is already applied in the Kendo UI common stylesheet, but apparently the Bootstrap styles override it. We will modify our selectors to avoid this, thanks.

Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Date/Time Pickers
Asked by
Holger
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or