From 949c1cf707cad15214bb5c6b725620919a8e86f5 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Mon, 25 Mar 2024 15:13:38 +0100
Subject: [PATCH] add css for counter

---
 public_html/deployment/main_new_ui.css | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/public_html/deployment/main_new_ui.css b/public_html/deployment/main_new_ui.css
index 1f3cfb7c..4a1cf682 100644
--- a/public_html/deployment/main_new_ui.css
+++ b/public_html/deployment/main_new_ui.css
@@ -67,4 +67,7 @@ a.topbrand small {
 }
 
 table.nomargin{ margin: 0; border: none; width: 100%;}
-table.nomargin th {padding: 0.3em;}
\ No newline at end of file
+table.nomargin th {padding: 0.3em;}
+
+#counter{border-bottom: 1px solid rgba(0,0,0,0.1); text-align: center; color: #aaa;margin-right: 0.5em; display: block; width: 5em; position: absolute; top: -7em; right: 0em;}
+#counter div{background:#acc; height: 2px; transition: width 0.9s linear ; bottom: 0;}
\ No newline at end of file
-- 
GitLab