We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680c025 commit be01e84Copy full SHA for be01e84
jquery-ui-timepicker-addon.js
@@ -10,11 +10,12 @@
10
* http://trentrichardson.com/Impromptu/MIT-LICENSE.txt
11
*
12
* 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; }
+* .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
+* .ui-timepicker-div dl { text-align: left; }
+* .ui-timepicker-div dl dt { height: 25px; }
+* .ui-timepicker-div dl dd { margin: -25px 10px 10px 65px; }
17
* .ui-timepicker-div td { font-size: 90%; }
18
+* .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
19
*/
20
21
(function($) {
0 commit comments