summaryrefslogtreecommitdiff
path: root/public/css/theme0.css
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-10-07 17:22:48 +0200
committermsquare <msquare@notrademark.de>2016-10-07 17:22:48 +0200
commitc48335e702361eec3818a6b1021d443fee9037f5 (patch)
treece65c5ec1f7f86e5b10c31492c3551fe6a6ad26e /public/css/theme0.css
parent6d97aa2d273464e3cb6703a0527793c52583d4cd (diff)
improve shift rendering
Diffstat (limited to 'public/css/theme0.css')
-rw-r--r--public/css/theme0.css33
1 files changed, 10 insertions, 23 deletions
diff --git a/public/css/theme0.css b/public/css/theme0.css
index 49f928e9..cb46b82c 100644
--- a/public/css/theme0.css
+++ b/public/css/theme0.css
@@ -6730,32 +6730,19 @@ body {
.footer a {
color: #777777;
}
-#shifts td.free {
- border: 1px solid #d9534f;
- background-color: #f2dede;
-}
-a#shifts td.free:hover,
-a#shifts td.free:focus {
- background-color: #e4b9b9;
-}
-#shifts td.occupied {
- border: 1px solid #5cb85c;
- background-color: #dff0d8;
+#shifts.table td,
+#shifts.table th {
+ background-color: #f0f0f0;
}
-a#shifts td.occupied:hover,
-a#shifts td.occupied:focus {
- background-color: #c1e2b3;
-}
-#shifts td.collides {
- border: 1px solid #f0ad4e;
- background-color: #fcf8e3;
+#shifts.table .row-hour {
+ border-top-color: #777777;
}
-a#shifts td.collides:hover,
-a#shifts td.collides:focus {
- background-color: #f7ecb5;
+#shifts.table td.shift {
+ height: 1px;
+ padding: 0px 5px 5px 0px;
}
-#shifts td.own {
- border: 1px solid #777777;
+#shifts.table td.shift .panel {
+ margin-bottom: 0px;
}
.row-day {
border-top: 2px solid #777777;