master
Bob Mottram 2019-08-25 13:56:18 +01:00
parent b70532d4da
commit 3575137b2e
2 changed files with 2 additions and 4 deletions

View File

@ -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;

View File

@ -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++) {' \