aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-27 15:17:57 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-27 15:17:57 +0200
commitc6079cc8a6d8f7791929268d40fd90baebfeeb53 (patch)
treeb0bf64921692e5e95f4ad79857f6bb8688b78988
parentFilter to only relevant timezones in ics output. (diff)
downloadcalp-c6079cc8a6d8f7791929268d40fd90baebfeeb53.tar.gz
calp-c6079cc8a6d8f7791929268d40fd90baebfeeb53.tar.xz
Fix current-time marker.
-rw-r--r--static/style.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/static/style.css b/static/style.css
index 5b28930c..e17f2715 100644
--- a/static/style.css
+++ b/static/style.css
@@ -555,14 +555,6 @@ along with their colors.
.clock-22 { top: calc(100%/24 * 22); }
.clock-24 { top: calc(100%/24 * 24); }
-.current-time {
- width: calc(100% + 2em);
- height: 4px;
- background: blue;
- border-color: blue;
- left: -1em;
-}
-
.event-inner {
/* Makes the popup's "position: absolute" be relative the event.
unset, initial, and inherit all seem to work */
@@ -678,5 +670,13 @@ along with their colors.
height: 100%;
}
+#bar {
+ width: calc(100% + 2em);
+ height: 4px;
+ background: blue;
+ border-color: blue;
+ left: -1em;
+}
+
/* vim:expandtab:softtabstop=4:shiftwidth=4:
*/