Skip to content

Commit e8bc057

Browse files
committed
updated build
1 parent 57f9f57 commit e8bc057

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# NJ-TimePicker
2-
[NJ-TimePicker](http://nj-coder.com/) is a pure JavaScript based timepicker that enables you to select time both in 12-hour and 24-hour format in a web and mobile friendly user interface. Checkout the [DEMO HERE](http://nj-coder.com/)
3-
42
<p align="center">
53
<img src="http://nj-coder.com/nj-libs/nj-timepicker/images/screen-shot.png">
64
</p>
75

6+
[NJ-TimePicker](http://nj-coder.com/) is a pure JavaScript based timepicker that enables you to select time both in 12-hour and 24-hour format in a web and mobile friendly user interface. Checkout the [DEMO HERE](http://nj-coder.com/)
7+
88
## Table of Contents
99

1010
- [Installation](#installation)

demo/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
format_24_picker.on('save', function (data) {
8383
format_24.textContent = data.fullResult;
8484
});
85-
window.picker = format_12_picker;
8685
})();
8786
</script>
8887
</body>

dist/style.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@
6262
.nj-picker-show {
6363
display: flex !important; }
6464

65+
.nj-picker .nj-hours-container {
66+
padding: 0.5em; }
67+
.nj-picker .nj-hours-container .nj-hours-wrapper {
68+
display: grid;
69+
grid-template-columns: repeat(6, 1fr);
70+
grid-gap: 0.5em; }
71+
6572
.nj-picker .nj-action-container {
6673
display: grid;
6774
grid-template-columns: repeat(3, 1fr); }
@@ -80,13 +87,6 @@
8087
background: var(--close-button-bg);
8188
color: var(--close-button-fc); }
8289

83-
.nj-picker .nj-hours-container {
84-
padding: 0.5em; }
85-
.nj-picker .nj-hours-container .nj-hours-wrapper {
86-
display: grid;
87-
grid-template-columns: repeat(6, 1fr);
88-
grid-gap: 0.5em; }
89-
9090
.nj-picker .nj-minutes-container {
9191
padding: 0 0.5em 0.5em 0.5em; }
9292
.nj-picker .nj-minutes-container .nj-minutes-wrapper {

dist/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)