UI: scrollwheel, minimap

This commit is contained in:
marc tobias
2017-10-21 13:24:02 +02:00
parent fcf7fcee03
commit da4a2b7b6e
13 changed files with 31 additions and 19 deletions

View File

@@ -8,9 +8,9 @@ form #q {
min-width: 500px;
}
@media (max-width: 850px) {
form #q {
min-width: 400px;
}
form #q {
min-width: 400px;
}
}
form .checkbox-inline {
margin-left: 10px;
@@ -43,7 +43,7 @@ form label {
#map-wrapper {
position: relative;
min-height: 700px;
min-height: 500px;
width: 75%;
padding-right: 20px;
display: inline-block;
@@ -51,8 +51,8 @@ form label {
}
#map {
height: 100%;
min-height: 700px;
height: 90%;
min-height: 500px;
background:#eee;
}