Adding arrival/departure time to the registration form
This commit is contained in:
parent
6ad491982e
commit
a76854c414
100 changed files with 2156 additions and 86 deletions
10
app/assets/stylesheets/jquery-ui-timepicker-addon.css
Normal file
10
app/assets/stylesheets/jquery-ui-timepicker-addon.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
|
||||
.ui-timepicker-div dl { text-align: left; }
|
||||
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
|
||||
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
|
||||
.ui-timepicker-div td { font-size: 90%; }
|
||||
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
|
||||
|
||||
.ui-timepicker-rtl{ direction: rtl; }
|
||||
.ui-timepicker-rtl dl { text-align: right; }
|
||||
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue