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

Metro Touch dialog styling issues

2 Answers 35 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Michael H
Top achievements
Rank 2
Michael H asked on 12 Oct 2013, 09:19 AM
For the most part the Scheduler looks good with the Metro Touch skin.

However, there are a few issues such as the width of date pickers. Also, the checkboxes are not consistent with the Metro Touch style.

I have attached a sample screen shot. Is there a full CSS class document on the RadScheduler dialogs so that I can go in and make adjustments?

Thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Magdalena
Telerik team
answered on 16 Oct 2013, 10:52 AM
Hello,

Thank you for reporting the issue. We have successfully observed it at our side and I have logged it for fixing. We will make our best to fix it as soon as possible.

For now you can use the following workaround for preliminary solving the problem
html .RadScheduler_MetroTouch .rsAdvOptionsPanel .rsAdvDatePicker .riSingle,
html .RadScheduler_MetroTouch .rsAdvOptionsPanel .rsAdvTimePicker .riSingle,
html .RadScheduler_MetroTouch .rsAdvOptionsPanel .rsTimePick .riTextBox {
    width: 125px !important;
}


Regards,
Magdalena
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Michael H
Top achievements
Rank 2
answered on 16 Oct 2013, 09:03 PM
Thanks for the help Magdalena.
Tags
Scheduler
Asked by
Michael H
Top achievements
Rank 2
Answers by
Magdalena
Telerik team
Michael H
Top achievements
Rank 2
Share this question
or