summaryrefslogtreecommitdiff
path: root/public/css/theme0.css
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-11-15 21:33:54 +0100
committermsquare <msquare@notrademark.de>2016-11-15 21:33:54 +0100
commit79ca2f177203b9514c8f351eff4e24b6b4996af5 (patch)
treeb06a4d3c37ae3087fab0d38b3f4156837632b404 /public/css/theme0.css
parent5299ca210319b324564a889dcb2d7b651117f7eb (diff)
add fixed shift calendar headers and timelane
Diffstat (limited to 'public/css/theme0.css')
-rw-r--r--public/css/theme0.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/public/css/theme0.css b/public/css/theme0.css
index 02bdeb7f..bc8e639f 100644
--- a/public/css/theme0.css
+++ b/public/css/theme0.css
@@ -6757,12 +6757,14 @@ body {
}
.shift-calendar .lane {
background: #f9f9f9;
- min-width: 300px;
- width: 300px;
flex-grow: 1;
+ min-width: 280px;
+ width: 280px;
+ flex-shrink: 1;
}
.shift-calendar .lane .header {
background: #ffffff;
+ border-bottom: 1px solid #dddddd;
height: 30px;
padding: 5px;
}
@@ -6781,9 +6783,11 @@ body {
padding-left: 5px;
}
.shift-calendar .lane.time {
- min-width: 100px;
- width: 100px;
+ border-right: 1px solid #dddddd;
flex-grow: 0;
+ min-width: 50px;
+ width: 50px;
+ flex-shrink: 0;
}
.shift-calendar .shift {
margin: 0 5px 5px 0;