Skip to content

Commit 3474bd8

Browse files
committed
Publish CSS to simplify usage
1 parent ec1a143 commit 3474bd8

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

jquery-ui-timepicker-addon.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
2+
.ui-timepicker-div dl { text-align: left; }
3+
.ui-timepicker-div dl dt { height: 25px; }
4+
.ui-timepicker-div dl dd { margin: -25px 0 10px 65px; }
5+
.ui-timepicker-div td { font-size: 90%; }

jquery-ui-timepicker-addon.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
* Dual licensed under the MIT and GPL licenses.
99
* http://trentrichardson.com/Impromptu/GPL-LICENSE.txt
1010
* 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 0 10px 65px; }
17-
* .ui-timepicker-div td { font-size: 90%; }
1811
*/
1912

2013
(function($) {

0 commit comments

Comments
 (0)