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

Buttons Not Skinned Correctly?

2 Answers 33 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 27 Jul 2009, 02:43 AM
Hi

I've noticed that since the release of Q2-2009, the buttons that are skinned don't look quite right. I'm using the Office 2007 skin, which usually gives the button text a blue colour, and centres the text in the button. But if you look at this screenshot - 

http://i970.photobucket.com/albums/ae187/paulehn/spellcheck.jpg

You can see that the text is black, and the text is not centered (and perhaps the font size is a little bigger than it should be too?). I was just wondering if there was any way to fix this?

2 Answers, 1 is accepted

Sort by
0
Accepted
Martin
Telerik team
answered on 28 Jul 2009, 08:10 AM
Hello Peter,

You may use the following fix:

1. Create a new CSS file (for example Fix.css) in yor project, and paste the following CSS in it:

.rfdDecorated
{
    padding-left: 4px !important;
}

2. Set DialogsCssFile="Fix.css" to the server declaration of RadSpell, and make sure you specify the corect file path. This will load the fix file in the window of RadSpell.

3. Reload the page

Best wishes,
Martin Ivanov
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
Peter
Top achievements
Rank 1
answered on 10 Aug 2009, 12:31 AM
Thank you for this solution. Works great ;)
Tags
Spell
Asked by
Peter
Top achievements
Rank 1
Answers by
Martin
Telerik team
Peter
Top achievements
Rank 1
Share this question
or