Merge branches

This commit is contained in:
Pieter Vander Vennet 2020-07-22 11:05:04 +02:00
commit 00fb99defe
117 changed files with 3104 additions and 1424 deletions

View file

@ -238,6 +238,13 @@ form {
height: 1em;
}
#language-select {
pointer-events: all;
cursor: pointer;
position: absolute;
margin-left: 2em;
margin-top: 3em;
}
#messagesbox-wrapper {
}
@ -351,23 +358,26 @@ form {
}
}
#to-the-map {
position: relative;
}
#to-the-map h2{
position: absolute;
height: 4em;
padding: 0.5em;
margin: 0;
position: absolute;
bottom: 0;
right: 0;
padding-right: 2em;
padding-top: 1em;
text-align: center;
width: 100%;
text-align: right;
color: white;
background-color: #7ebc6f;
cursor: pointer;
}