converting to a jquery UI based datepicker.
This commit is contained in:
parent
7230b3ef58
commit
9b45b9dc72
7 changed files with 2197 additions and 64 deletions
10
airtime_mvc/public/css/jquery-ui-timepicker-addon.css
Normal file
10
airtime_mvc/public/css/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; }
|
|
@ -1552,9 +1552,6 @@ button, input {
|
|||
background-image:url(redmond/images/ui-icons_ff5d1a_256x240.png);
|
||||
}
|
||||
|
||||
|
||||
#ui-datepicker-div { z-index: 10 !important }
|
||||
|
||||
.button-bar-top {
|
||||
text-align:right;
|
||||
height:38px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue