Telerik
Skip Navigation LinksHome / Community / Forums / ASP.NET > Spell > radspell default skin image

Not answered radspell default skin image

Feed from this thread
  • Jeffrey Byboth avatar

    Posted on Jul 25, 2008 (permalink)

    Could I get an image for the default skin just like the one mentioned in this thread.

    http://www.telerik.com/community/forums/thread/b311D-mcthc.aspx

    I am having a problem with the spanish translation pushing out in radspell.  I would like to do something like is mentioned in this post to the 

    spellButtonCombined.gif

    but an unsure what to change in my image. 

    Here is the style sheet I am using, any help is appreciated.  my skin is cm.  and this is in the radspell dialog.

    .RadSpell_CM .SpellOptions a  
    {  
        border:0;         
        width: auto;  
        color:#333;  
        text-align:center;          
        background: #fff url(Img/spellButtonCombined.gif) repeat-x;     
        text-decoration:none;               

    Reply

  • Telerik Admin admin's avatar

    Posted on Jul 29, 2008 (permalink)

    Hi Jeffrey,

    Could you please, open a support ticket and send us a sample working project that demonstrates the problem? Please, include all project files and folders and your custom skin.

    Once, we are able to see the problem on our side, we will provide a solution.

    Best regards,
    Rumen
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

    Reply

  • Jeffrey Byboth avatar

    Posted on Jul 29, 2008 (permalink)

    I was able to tweak the style and modify the image height to make this work. 
    I took the bottom shading off of the image and made the height 66 pixels.  This will handle about 3 lines of text.

    .RadSpell_CM .SpellOptions a 
    {     
        width: auto;     
        color:#333; 
        text-align:center;         
        background: #fff url(Img/spellButtonCombined.gif) repeat-x;    
        border-bottom:solid 1px #ADADAD;     
        text-decoration:none;   
        padding-top:6px; 
        padding-bottom:6px;                    
     
     
    .RadSpell_CM .SpellOptions a:hover 
        width: auto;     
        color:#333; 
        text-align:center;         
        background: #fff url(Img/spellButtonCombinedSelected.gif) repeat-x;    
        border-bottom:solid 1px #6E6E6E;     
        text-decoration:none;   
        padding-top:6px; 
        padding-bottom:6px;      

    Reply

Back to Top

Skip Navigation LinksHome / Community / Forums / ASP.NET > Spell > radspell default skin image

Powered by Sitefinity ASP.NET CMS

Contact Us | Site Feedback | Terms of Use | Privacy Policy
Copyright © 2002-2010 Telerik. All rights reserved.