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

[Solved] Can I move Day Week Month Timeline link-buttons on top/right more to the left?

1 Answer 116 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Piotr
Top achievements
Rank 1
Piotr asked on 10 Dec 2009, 07:03 PM
I need to move them to the left because we specifically made the calendar very wide, and these link-buttons are all the way to the right.
As a result people have to scroll to the right to use them.  The width of the calendar is intentional, but we'd like to have control where these link-buttons show up.  Is that possible?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Dec 2009, 07:00 AM
Hi Piotr,

Try adding the following CSS in order to move the Viewtabs to left.

CSS:
 
    <style type="text/css"
        .RadScheduler .rsHeader h2 
        { 
            floatleft !important; 
            width250px !important; 
        } 
        .RadScheduler .rsHeader ul 
        { 
            padding-right650px !important; 
        } 
    </style> 
[Set the padding-right value according to your requirement]

-Shinu.
Tags
Scheduler
Asked by
Piotr
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or