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

[Solved] Pager Styling ignored

1 Answer 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 15 Sep 2009, 01:12 PM
I set my grid have a font of size small.  I try to set the font-size of small on the pager style and it is always small. I try adjusting the font-size from IE toolbar and all the ares of the grid increase their font-size except for the pager.  Is there something I could be missing with regard to this?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 15 Sep 2009, 02:58 PM
Hello Robert Gayo,

Most probably your font size styles are overridden by some other styles, which are defined for lower-level elements. For example, if you have:

<div  style="font-size:10px">
       <span  style="font-size:20px>    text here    </span>
</div>


The font size of the text will always be 20px, no matter what font-size you set to the <div>. Please inspect your CSS code and the styles applied to the pager elements, in order to find out which styles interfere. Then you should override them with a CSS rule of higher specificity.


CSS Specificity Things You Should Know About

Cascading Order (W3C CSS Standard)

CSS: What Happens When a Conflict Occurs

http://blogs.telerik.com/dimodimov/posts/08-06-17/how_to_override_styles_in_a_radcontrol_for_asp_net_ajax_embedded_skin.aspx


All the best,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Robert
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or