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

"RadScheduler *" CSS Selector

4 Answers 77 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
JP
Top achievements
Rank 1
JP asked on 13 Dec 2013, 12:38 PM
I noticed that there is this CSS selector which will screw up the content in the advanced edit form:

.RadScheduler * {
margin: 0;
padding: 0;
}

Is there any way to change this selector so it won't screw up the content in my edit form? I use a user control in there which we also use in the RadGrid where everything is fine.

Thanks!

4 Answers, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 14 Dec 2013, 08:48 AM
Hi JP,

You can use the selector .RadScheduler .rsTopWrap * {} which will not apply to advanced edit form.

I hope this was helpful for you.

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
JP
Top achievements
Rank 1
answered on 16 Dec 2013, 08:01 AM
Thanks for your answer, but I think there was a misunderstanding. The mentioned ".RadScheduler *" css selector is by Telerik and I need some way to override it in the advanced edit form by the browser default.

0
Magdalena
Telerik team
answered on 16 Dec 2013, 11:46 AM
Hi Jan-Patrick,

I am sorry for the misunderstanding. We are going to replace this selector for the next release. For now, you can overwrite it with using  .RadScheduler .rsAdvancedEdit  in your selectors to apply margin and padding to the advanced form.

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
Scott
Top achievements
Rank 1
answered on 22 Aug 2019, 02:28 PM
This does not help.Due to .RadScheduler * {margin: 0;  padding: 0; box-sizing: content-box; } my whole page is a mess and i need to override many class to get it right. Is there a way to disable that css reset of scheduler?
Tags
Scheduler
Asked by
JP
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
JP
Top achievements
Rank 1
Scott
Top achievements
Rank 1
Share this question
or