summaryrefslogtreecommitdiff
path: root/public/css/theme2.css
diff options
context:
space:
mode:
authorFelix Favre <gnomus@gnomus.de>2014-12-15 23:09:06 +0100
committerFelix Favre <gnomus@gnomus.de>2014-12-15 23:09:06 +0100
commitf20e24f58974c0da908d5455baac45d3525be033 (patch)
tree5b83d1e194534eed90c08db873a2f6f16d47d15f /public/css/theme2.css
parentc18c0983fc35ff27bfa038f96fdf465849ee63f0 (diff)
shift page styling
Diffstat (limited to 'public/css/theme2.css')
-rw-r--r--public/css/theme2.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/public/css/theme2.css b/public/css/theme2.css
index d7502096..957a09ae 100644
--- a/public/css/theme2.css
+++ b/public/css/theme2.css
@@ -6328,6 +6328,15 @@ a#shifts td.collides:hover {
#shifts td.own {
border: 1px solid #777777;
}
+.shifts-table {
+ overflow-x: scroll;
+}
+.row-day {
+ border-top: 2px solid #777777;
+}
+.row-header {
+ min-width: 90px;
+}
.space-top {
margin-top: 15px;
}