diff --git a/public/css/base.css b/public/css/base.css index 61e0702e..a427dd31 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -431,6 +431,10 @@ tr:hover .hidden { padding: 10px; } +#filter input[type="submit"] { + padding: 15px; +} + td .entries img { vertical-align: bottom; } diff --git a/templates/user_shifts.html b/templates/user_shifts.html index 543d8911..0bdebc50 100644 --- a/templates/user_shifts.html +++ b/templates/user_shifts.html @@ -1,8 +1,19 @@ +