diff options
author | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2019-06-28 15:32:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-06-28 15:32:40 +0000 |
commit | 8149a888fe6f7c1c3b1b3be2b3996c6d225d5a53 (patch) | |
tree | 183eab6f3f1644e6f70e629861f0649c6834e180 /src/templates/booking/stats.html | |
parent | 1293c6e1d23d8fe62ee6721ff9a107ca571d9244 (diff) | |
parent | 7fec796ae500313ddbbbedf32d4f7581985d41d4 (diff) |
Merge "Replace and change CSS"
Diffstat (limited to 'src/templates/booking/stats.html')
-rw-r--r-- | src/templates/booking/stats.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/templates/booking/stats.html b/src/templates/booking/stats.html index 8bc68cd..ed34731 100644 --- a/src/templates/booking/stats.html +++ b/src/templates/booking/stats.html @@ -43,11 +43,11 @@ function getData(){ {% block content %} <div class="container-fluid"> <div class="row"> - <div class="col"> + <div class="col-auto"> <p>Number of days to plot: </p> - <div class="form-group"> - <input id="number_days" type="number" class="form-control" min="1" step="1" style="display:inline;width:200px"/> - <button class="btn btn-primary" onclick="getData();" style="display:inline;">Submit</button> + <div class="form-group d-flex align-content-center"> + <input id="number_days" type="number" class="form-control d-inline-block w-auto" min="1" step="1"/> + <button class="btn btn-primary ml-1" onclick="getData();">Submit</button> </div> </div> </div> |