source: extensions/scheduler/admin/template/style.css @ 19232

Last change on this file since 19232 was 19232, checked in by plg, 11 years ago

initial version of plugin Scheduler

File size: 512 bytes
Line 
1/* css for timepicker */
2.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
3.ui-timepicker-div dl { text-align: left; }
4.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
5.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
6.ui-timepicker-div td { font-size: 90%; }
7.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
8
9.ui-timepicker-rtl{ direction: rtl; }
10.ui-timepicker-rtl dl { text-align: right; }
11.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
Note: See TracBrowser for help on using the repository browser.