From 8e32515525dcb1561ae5f2c737c69619ba2319fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20R=C3=B6ger?= <jonas.roeger@tu-dortmund.de>
Date: Wed, 2 Oct 2019 02:39:15 +0200
Subject: [PATCH] Changed author display style

---
 html/index.html       | 3 ++-
 html/static/style.css | 5 +++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/html/index.html b/html/index.html
index d66f2f7..7e28ff3 100644
--- a/html/index.html
+++ b/html/index.html
@@ -66,7 +66,6 @@ colnum.set("{{.Name}}",{col: "{{.DepCount}}", row: "{{.Row}}"});
       <h3><span class="pointicon"></span><span id="detailpoints" class="firamono"></span></h3>
       <a id="challuri" class="challengelink" style="display: none;">Zur Challenge!</a>
       </br>
-      <a id="challauthor" style="display: none;"></a>
       <div id="detaildescription"></div>
       <div id="flagsubmitmsg"></div>
       <div id="detailform">
@@ -78,6 +77,8 @@ colnum.set("{{.Name}}",{col: "{{.DepCount}}", row: "{{.Row}}"});
         <div id="solutioninnerdiv"></div>
       </div>
       <span id="checkloading" class="loadingbar" style="display: none;"></span>
+      <a class="challauthor">by </a>
+      <a class="challauthor" id="challauthor" style="display: none;"></a>
     </dialog>
 
 {{ template "footer" . }}
diff --git a/html/static/style.css b/html/static/style.css
index 41d33a6..d66dd26 100644
--- a/html/static/style.css
+++ b/html/static/style.css
@@ -453,6 +453,11 @@ menu {
     color: #14b967;
 }
 
+.challauthor {
+    position: relative;
+    color: #4d4d4d;
+}
+
 /* Code stuff */
 pre > code.sourceCode { white-space: pre; position: relative; }
 pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
-- 
GitLab