Skip to content

Commit be01e84

Browse files
Updated css in js file
1 parent 680c025 commit be01e84

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

jquery-ui-timepicker-addon.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
* http://trentrichardson.com/Impromptu/MIT-LICENSE.txt
1111
*
1212
* HERES THE CSS:
13-
* .ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
14-
* .ui-timepicker-div dl{ text-align: left; }
15-
* .ui-timepicker-div dl dt{ height: 25px; }
16-
* .ui-timepicker-div dl dd{ margin: -25px 10px 10px 65px; }
13+
* .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
14+
* .ui-timepicker-div dl { text-align: left; }
15+
* .ui-timepicker-div dl dt { height: 25px; }
16+
* .ui-timepicker-div dl dd { margin: -25px 10px 10px 65px; }
1717
* .ui-timepicker-div td { font-size: 90%; }
18+
* .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
1819
*/
1920

2021
(function($) {

0 commit comments

Comments
 (0)