summaryrefslogtreecommitdiff
path: root/themes
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 /themes
parent5299ca210319b324564a889dcb2d7b651117f7eb (diff)
add fixed shift calendar headers and timelane
Diffstat (limited to 'themes')
-rw-r--r--themes/base.less18
1 files changed, 8 insertions, 10 deletions
diff --git a/themes/base.less b/themes/base.less
index 3cef3d11..19a52e76 100644
--- a/themes/base.less
+++ b/themes/base.less
@@ -39,21 +39,18 @@ body {
flex-direction: row;
flex-wrap: nowrap;
align-itmes: stretch;
- display: flex;
- flex-direction: row;
- flex-wrap: nowrap;
- align-itmes: stretch;
width: 100%;
.lane {
background: @table-bg-accent;
flex-grow: 1;
- min-width: 300px;
- width: 300px;
- flex-grow: 1;
+ min-width: 280px;
+ width: 280px;
+ flex-shrink: 1;
.header {
background: @panel-bg;
+ border-bottom: 1px solid @table-border-color;
height: 30px;
padding: 5px;
}
@@ -77,10 +74,11 @@ body {
}
.lane.time {
+ border-right: 1px solid @table-border-color;
flex-grow: 0;
- min-width: 100px;
- width: 100px;
- flex-grow: 0;
+ min-width: 50px;
+ width: 50px;
+ flex-shrink: 0;
}
.shift {