summaryrefslogtreecommitdiff
path: root/public/css/theme2.css
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2018-01-22 20:45:31 +0100
committermsquare <msquare@notrademark.de>2018-01-22 20:45:31 +0100
commit2e1c2cf3b53831b83285d48b50bbef605402ab8a (patch)
treee2298d1bfab1bc95a4c2e503db59520f720cd11d /public/css/theme2.css
parent46431e44088baa8f860b217dadc31dbb72de34b3 (diff)
remove br between shift filter checkboxes
Diffstat (limited to 'public/css/theme2.css')
-rw-r--r--public/css/theme2.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/theme2.css b/public/css/theme2.css
index 0005da64..6aba33e1 100644
--- a/public/css/theme2.css
+++ b/public/css/theme2.css
@@ -6818,6 +6818,9 @@ body {
.panel-danger .panel-heading a {
color: #694374;
}
+.selection .checkbox {
+ display: block;
+}
.shift-calendar {
display: flex;
flex-direction: row;