diff options
author | msquare <msquare@notrademark.de> | 2018-01-22 20:45:31 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2018-01-22 20:45:31 +0100 |
commit | 2e1c2cf3b53831b83285d48b50bbef605402ab8a (patch) | |
tree | e2298d1bfab1bc95a4c2e503db59520f720cd11d /public/css | |
parent | 46431e44088baa8f860b217dadc31dbb72de34b3 (diff) |
remove br between shift filter checkboxes
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/theme0.css | 3 | ||||
-rw-r--r-- | public/css/theme1.css | 3 | ||||
-rw-r--r-- | public/css/theme2.css | 3 | ||||
-rw-r--r-- | public/css/theme3.css | 3 | ||||
-rw-r--r-- | public/css/theme4.css | 3 | ||||
-rw-r--r-- | public/css/theme5.css | 3 | ||||
-rw-r--r-- | public/css/theme6.css | 3 |
7 files changed, 21 insertions, 0 deletions
diff --git a/public/css/theme0.css b/public/css/theme0.css index 109ddba2..1393cd63 100644 --- a/public/css/theme0.css +++ b/public/css/theme0.css @@ -6818,6 +6818,9 @@ body { .panel-danger .panel-heading a { color: #a94442; } +.selection .checkbox { + display: block; +} .shift-calendar { display: flex; flex-direction: row; diff --git a/public/css/theme1.css b/public/css/theme1.css index 2402f379..d443d81e 100644 --- a/public/css/theme1.css +++ b/public/css/theme1.css @@ -6841,6 +6841,9 @@ body { .panel-danger .panel-heading a { color: #ffffff; } +.selection .checkbox { + display: block; +} .shift-calendar { display: flex; flex-direction: row; 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; diff --git a/public/css/theme3.css b/public/css/theme3.css index 0cd661d7..b1509c6f 100644 --- a/public/css/theme3.css +++ b/public/css/theme3.css @@ -6827,6 +6827,9 @@ body { .panel-danger .panel-heading a { color: #da1639; } +.selection .checkbox { + display: block; +} .shift-calendar { display: flex; flex-direction: row; diff --git a/public/css/theme4.css b/public/css/theme4.css index df18c657..c68b0238 100644 --- a/public/css/theme4.css +++ b/public/css/theme4.css @@ -6841,6 +6841,9 @@ body { .panel-danger .panel-heading a { color: #ffffff; } +.selection .checkbox { + display: block; +} .shift-calendar { display: flex; flex-direction: row; diff --git a/public/css/theme5.css b/public/css/theme5.css index 717c8999..95e9b848 100644 --- a/public/css/theme5.css +++ b/public/css/theme5.css @@ -6821,6 +6821,9 @@ body { .panel-danger .panel-heading a { color: #331400; } +.selection .checkbox { + display: block; +} .shift-calendar { display: flex; flex-direction: row; diff --git a/public/css/theme6.css b/public/css/theme6.css index 96b5ac9a..dff2de34 100644 --- a/public/css/theme6.css +++ b/public/css/theme6.css @@ -6845,6 +6845,9 @@ body { .panel-danger .panel-heading a { color: #ffffff; } +.selection .checkbox { + display: block; +} .shift-calendar { display: flex; flex-direction: row; |