From 3575137b2e93313b571867b4353653da0a597e92 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 25 Aug 2019 13:56:18 +0100 Subject: [PATCH] Tidying --- epicyon-profile.css | 4 +--- webinterface.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index a272ab659..013b0aa4a 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -371,7 +371,6 @@ a:link { margin-left: 0px; margin-right: 0px; padding-right: 0px; - padding-left: 0px; border-radius: 0px; } @@ -388,7 +387,6 @@ a:link { max-width: 35px; width: 5%; margin-right: 0px; - padding-left: 0px 0px; border-radius: 0%; } @@ -531,7 +529,7 @@ input[type=submit] { .loginButton { background-color: #2965; color: #000; - float: center; + float: none; margin: 0px 10px; padding: 12px 40px; border: none; diff --git a/webinterface.py b/webinterface.py index 82027e1a3..0b11935a1 100644 --- a/webinterface.py +++ b/webinterface.py @@ -993,7 +993,7 @@ def clickToDropDownScript() -> str: ' document.getElementById("myDropdown").classList.toggle("show");' \ '}' \ 'window.onclick = function(event) {' \ - " if (!event.target.matches('.dropdown')) {" \ + " if (!event.target.matches('scope-desc')) {" \ ' var dropdowns = document.getElementsByClassName("dropdown-content");' \ ' var i;' \ ' for (i = 0; i < dropdowns.length; i++) {' \