forked from MapComplete/MapComplete
Merge branches
This commit is contained in:
commit
00fb99defe
117 changed files with 3104 additions and 1424 deletions
22
index.css
22
index.css
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue