forked from MapComplete/MapComplete
Way to much fixes and improvements
This commit is contained in:
parent
e68d9d99a5
commit
5ed0bb431c
41 changed files with 1244 additions and 402 deletions
24
index.css
24
index.css
|
@ -109,16 +109,21 @@
|
|||
padding-bottom: 0.15em;
|
||||
}
|
||||
|
||||
.clickable {
|
||||
pointer-events: all;
|
||||
}
|
||||
.clickable {
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
.page-split {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
.activate-osm-authentication {
|
||||
cursor: pointer;
|
||||
color: blue;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.activate-osm-authentication {
|
||||
cursor: pointer;
|
||||
color: blue;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
/**************** USER BADGE ****************/
|
||||
|
@ -1224,11 +1229,10 @@
|
|||
|
||||
|
||||
.tab-content {
|
||||
padding: 1em;
|
||||
z-index: 5002;
|
||||
background-color: white;
|
||||
position: relative;
|
||||
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.tab-single-header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue