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

Working with external css stylesheets

3 Answers 57 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 06 May 2009, 01:35 PM
This is my first day as an official Telerik user, so this might be a subject already touched on (I couldn't find it).

http://www.sjmed.com/images/csshelp.jpg

The main calendar table is fine, but the inner Day/Week/Month/etc. table is indented.  I'm sure it's because of another style somewhere else on the page, but how do I find that.  Or is there a way to have the Telerik control ignore outside stylesheets?

EDIT:  That screenshot is from Firefox and it seems to work in IE7+.

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 06 May 2009, 04:23 PM
Hi Matt,

Can you send us a live url of the problem? We will try to provide you with a css fix to this problem.

There isn't a way to set Telerik controls to ignore external css styles.

Best wishes,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Matt
Top achievements
Rank 1
answered on 06 May 2009, 05:41 PM
0
Accepted
Peter
Telerik team
answered on 08 May 2009, 03:27 PM
Thanks. The problem is caused by this css rule:

#content_wrap p
{
 color:#000000;
 padding:0 0 10px;
}

One possible workaround is the following:

.RadScheduler .rsHeader p
{
  float:left;
  padding-bottom:0 !important;
  padding-left:5px;
}


Kind regards,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
Matt
Top achievements
Rank 1
Answers by
Peter
Telerik team
Matt
Top achievements
Rank 1
Share this question
or