aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/script.js2
-rw-r--r--static/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/static/script.js b/static/script.js
index cb914e54..f99c4ef2 100644
--- a/static/script.js
+++ b/static/script.js
@@ -185,7 +185,7 @@ function update_current_time_bar () {
bar_object.parentNode.removeChild(bar_object)
} else {
bar_object = document.createElement("div")
- bar_object.className = "event current-time"
+ bar_object.className = "eventlike current-time"
bar_object.id = "bar"
}
diff --git a/static/style.css b/static/style.css
index 23af6830..86444fc3 100644
--- a/static/style.css
+++ b/static/style.css
@@ -439,7 +439,7 @@ along with their colors.
* This makes the borders of the object be part of the size.
* Making placing it on the correct line much simpler.
*/
-.clock, .days .event {
+.clock, .days .event, .eventlike {
position: absolute;
box-sizing: border-box;
margin: 0;