diff options
Diffstat (limited to 'templates/user_shifts.html')
-rw-r--r-- | templates/user_shifts.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/templates/user_shifts.html b/templates/user_shifts.html index 206a8a9f..153af7ee 100644 --- a/templates/user_shifts.html +++ b/templates/user_shifts.html @@ -45,8 +45,12 @@ <div class="col-md-2">%type_select%</div> <div class="col-md-2">%filled_select%</div> </div> - <div>%task_notice%</div> - <div>%new_style_checkbox%</div> - <input class="btn btn-primary" type="submit" style="width: 100%;" value="%filter%"> + <div class="row"> + <div class="col-md-6"> + <div>%task_notice%</div> + <div>%new_style_checkbox%</div> + <input class="btn btn-primary" type="submit" style="width: 75%; margin-bottom: 20px" value="%filter%"> + </div> + </div> </form> %shifts_table% %ical_text% |