Skip to content

Commit

Permalink
Add Date Range Picker Label
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljun committed Jul 6, 2015
1 parent f9bfd0d commit d3bf1f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion data/stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ <h1>Pomodoro Clock Stats</h1>

<hr>

<input class="form-control" type="text" name="daterange" />
<div class="form-group">
<label class="control-label" for="date-range-picker">Date Range</label>
<input class="form-control" id="date-range-picker" type="text" name="daterange" />
</div>

<h3>Totals</h3>
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Pomodoro Clock is a simple Firefox extension for Pomodoro Technique users.",
"author": "Samuel Jun",
"license": "MPL 2.0",
"version": "1.1",
"version": "1.1.1",

"homepage": "https://github.com/samueljun/Pomodoro-Clock",
"permissions": { "private-browsing": true }
Expand Down

0 comments on commit d3bf1f1

Please sign in to comment.