diff options
Diffstat (limited to 'app/templates/annotate/index.html')
| -rw-r--r-- | app/templates/annotate/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/templates/annotate/index.html b/app/templates/annotate/index.html index 47bc4f0..ce9e01a 100644 --- a/app/templates/annotate/index.html +++ b/app/templates/annotate/index.html @@ -18,11 +18,14 @@ <div id="graph"></div> <div id="wrap-buttons" class="row"> - <div class="col-md-6 text-left"> + <div class="col-md-3 text-left"> <button class="btn btn-primary float-md-left" type="button" id="btn-reset">Reset</button> </div> - <div class="col-md-6 text-right"> + <div class="col-md-6 text-center"> + <p id="usage">You can zoom in and pan the graph if needed.</p> + </div> + <div class="col-md-3 text-right"> <button class="btn btn-warning float-md-right" type="button" id="btn-none">No change points</button> <button class="btn btn-success float-md-right" id="btn-submit" |
