forked from MapComplete/MapComplete
Last fixes
This commit is contained in:
parent
d1f8080c24
commit
6b39995709
3 changed files with 52 additions and 25 deletions
25
index.css
25
index.css
|
@ -407,7 +407,7 @@ body {
|
|||
.prev-button {
|
||||
background-color: black;
|
||||
opacity: 0.3;
|
||||
width: 3.0em;
|
||||
width: 4.0em;
|
||||
|
||||
height: 100%;
|
||||
padding-left: 0.5em;
|
||||
|
@ -419,8 +419,6 @@ body {
|
|||
|
||||
z-index: 5060;
|
||||
|
||||
content:url(assets/arrow-left-smooth.svg);
|
||||
|
||||
border-radius: 1em;
|
||||
}
|
||||
|
||||
|
@ -428,7 +426,7 @@ body {
|
|||
.next-button {
|
||||
background-color: black;
|
||||
opacity: 0.3;
|
||||
width: 3.0em;
|
||||
width: 4.0em;
|
||||
height: 100%;
|
||||
padding-left: 0.5em;
|
||||
padding-right: 0.5em;
|
||||
|
@ -441,9 +439,26 @@ body {
|
|||
|
||||
z-index: 5060;
|
||||
|
||||
content:url(assets/arrow-right-smooth.svg);
|
||||
}
|
||||
|
||||
.vspan {
|
||||
height: calc(50% - 3em);
|
||||
}
|
||||
|
||||
.prev-button img {
|
||||
margin-left: -1em;
|
||||
width: 6em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.next-button img {
|
||||
margin-left: -1em;
|
||||
width: 6em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.slide > span img {
|
||||
height: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue