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

Repositioning the Date/Time Popup Buttons?

1 Answer 58 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Jafin
Top achievements
Rank 2
Jafin asked on 02 Feb 2010, 01:30 AM
Is it possible to position the popup buttons to be under the DateInput box?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 02 Feb 2010, 07:18 AM
Hi Jafin,

You can use the following CSS in order to reposition the popup buttons of the RadDateTimePicker.

CSS:
 
<style type="text/css"
   .rcTimePopup 
    { 
        position:relative !important; 
        left: -75px !important; 
        top50px !important; 
    } 
    .rcCalPopup 
    { 
        position:relative !important; 
        left: -75px !important; 
        top50px !important; 
    } 
</style> 

-Shinu.
Tags
Calendar
Asked by
Jafin
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or