diff options
Diffstat (limited to 'www/todo.html')
-rw-r--r-- | www/todo.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/www/todo.html b/www/todo.html index 0b7cdf5..0f582c1 100644 --- a/www/todo.html +++ b/www/todo.html @@ -16,11 +16,15 @@ <body> <div id="container"> <div id="header"> + <div id="control"> + <div class="btn-group" role="group"> + <button type="button" class="btn btn-default" id="btn-earlier"><span class="glyphicon glyphicon-minus"></span></button> + <button type="button" class="btn btn-default" id="btn-later"><span class="glyphicon glyphicon-plus"></span></button> + </div> + </div> <div> - <span class="date">--.--.----</span> <span class="week"></span> - </div> - <div id="control"> + <span class="date">--.--.----</span> </div> </div> |