summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/css/theme0.css9
-rw-r--r--public/css/theme1.css9
-rw-r--r--public/css/theme2.css9
3 files changed, 27 insertions, 0 deletions
diff --git a/public/css/theme0.css b/public/css/theme0.css
index bc9079fe..101f1e7a 100644
--- a/public/css/theme0.css
+++ b/public/css/theme0.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;
}
diff --git a/public/css/theme1.css b/public/css/theme1.css
index 833b60e7..a0c9e1a6 100644
--- a/public/css/theme1.css
+++ b/public/css/theme1.css
@@ -6351,6 +6351,15 @@ a#shifts td.collides:hover {
#shifts td.own {
border: 1px solid #888888;
}
+.shifts-table {
+ overflow-x: scroll;
+}
+.row-day {
+ border-top: 2px solid #888888;
+}
+.row-header {
+ min-width: 90px;
+}
.space-top {
margin-top: 15px;
}
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;
}