From f20e24f58974c0da908d5455baac45d3525be033 Mon Sep 17 00:00:00 2001 From: Felix Favre Date: Mon, 15 Dec 2014 23:09:06 +0100 Subject: shift page styling --- themes/base.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'themes') diff --git a/themes/base.less b/themes/base.less index 9cba002c..99c7cfc5 100644 --- a/themes/base.less +++ b/themes/base.less @@ -30,6 +30,18 @@ body { } } +.shifts-table { + overflow-x: scroll; +} + +.row-day { + border-top: 2px solid @gray-light; +} + +.row-header { + min-width: 90px; +} + .space-top { margin-top: 15px; } -- cgit v1.2.3-54-g00ecf