4 Answers, 1 is accepted
0

Shinu
Top achievements
Rank 2
answered on 17 Nov 2011, 06:02 AM
Hello Dan,
Try the following CSS.
CSS:
-Shinu.
Try the following CSS.
CSS:
<style type=
"text/css"
>
.RadScheduler .rsHeader h
2
{
text-align
:
center
!important
;
font-family
:Georgia
!important
;
}
</style>
-Shinu.
0
Hi Shinu,
To style the day cells' numbers, you could use the
I hope this helps.
Regards, Ivana
the Telerik team
To style the day cells' numbers, you could use the
.rsDateHeader
class selector, as in the code-block below:.RadScheduler .rsDateHeader
{
margin-left
:
100px
;
font-family
: Georgia;
}
I hope this helps.
Regards, Ivana
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0

Dan
Top achievements
Rank 1
answered on 23 Nov 2011, 08:19 PM
Thanks Shinu, for some reason
vertical-align:middle;
I have also tried margin-top and margin-bottom with no luck. Any ideas?
Thanks,
Dan
text-align
:
center
!important
;
does not work but when I change it to a unit it does. Also, I need to center align it vertically. I assumed the following would work but it does not:vertical-align:middle;
I have also tried margin-top and margin-bottom with no luck. Any ideas?
Thanks,
Dan
0

Dan
Top achievements
Rank 1
answered on 23 Nov 2011, 10:20 PM
Fixed!
html div.RadScheduler .rsDateHeader
{
font-family:Verdana !important;
margin-left:17px;
height:50px;
line-height:50px;
white-space:nowrap;
}
html div.RadScheduler .rsDateHeader
{
font-family:Verdana !important;
margin-left:17px;
height:50px;
line-height:50px;
white-space:nowrap;
}