From 79ca2f177203b9514c8f351eff4e24b6b4996af5 Mon Sep 17 00:00:00 2001 From: msquare Date: Tue, 15 Nov 2016 21:33:54 +0100 Subject: add fixed shift calendar headers and timelane --- public/css/theme1.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'public/css/theme1.css') diff --git a/public/css/theme1.css b/public/css/theme1.css index d9cf7b73..39f8e7a6 100644 --- a/public/css/theme1.css +++ b/public/css/theme1.css @@ -6780,12 +6780,14 @@ body { } .shift-calendar .lane { background: #080808; - min-width: 300px; - width: 300px; flex-grow: 1; + min-width: 280px; + width: 280px; + flex-shrink: 1; } .shift-calendar .lane .header { background: #222222; + border-bottom: 1px solid #282828; height: 30px; padding: 5px; } @@ -6804,9 +6806,11 @@ body { padding-left: 5px; } .shift-calendar .lane.time { - min-width: 100px; - width: 100px; + border-right: 1px solid #282828; flex-grow: 0; + min-width: 50px; + width: 50px; + flex-shrink: 0; } .shift-calendar .shift { margin: 0 5px 5px 0; -- cgit v1.2.3-54-g00ecf