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

FireFox display issues.

3 Answers 88 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
vincent
Top achievements
Rank 1
vincent asked on 12 Aug 2008, 04:12 PM
On the Day, Week, and Month buttons located at the top right corner of the scheduler, we see black dots appear over the text.  Is there any resolution to this?

Thanks in advance.

3 Answers, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 13 Aug 2008, 07:54 AM
Hi vincent,

If you mean the link outlining when clicking the images, you can disable it using the following CSS style:
div.RadScheduler_Default .rsHeader ul a { outline: 0 } 

If not, please specify which skin you are using (a screenshot and a short description would help greatly to understand the problem).

Sincerely yours,
Alex
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Luke
Top achievements
Rank 1
answered on 01 Mar 2011, 08:59 PM
Hello,

I'm encountering the same problem mentioned above.  I've attached a screen cap of the behavior.  Basically, when opening up the advancedform, if you cancel out, or do any other event, there are what appears to be three dots by the day week and timeline buttons.  These look similar to a html list <ul><li></li></ul>.  Please advise.

Thanks,

Luke Wautier
0
André
Top achievements
Rank 1
answered on 01 Mar 2011, 09:25 PM

Luke,

They're actually li items!

.rsHeader ul { list-style:none; }
 

Tags
Scheduler
Asked by
vincent
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Luke
Top achievements
Rank 1
André
Top achievements
Rank 1
Share this question
or