|
3 | 3 | */
|
4 | 4 | .ol-map {
|
5 | 5 | width: 100%;
|
6 |
| - height: 300px; |
| 6 | + height: 400px; |
7 | 7 | border: 1px solid #E4E4E4;
|
8 | 8 | }
|
9 | 9 | #issue-form .ol-map {
|
10 |
| - width: 92%; |
11 |
| - margin: 1em auto; |
| 10 | + width: 100%; |
| 11 | + margin-bottom: 1em; |
| 12 | +} |
| 13 | + |
| 14 | +$breakpoint-tablet: 899px; |
| 15 | +@media (max-width: $breakpoint-tablet) { |
| 16 | + .ol-map { |
| 17 | + height: 340px; |
| 18 | + } |
12 | 19 | }
|
13 | 20 |
|
14 | 21 | .ol-control button {
|
15 |
| - background-color: rgba(40, 40, 40, 0.8); |
| 22 | + background-color: rgba(52, 73, 94, 0.8); |
| 23 | + height: 32px; |
| 24 | + width: 32px; |
16 | 25 | }
|
17 | 26 | .ol-control button:hover {
|
18 |
| - background-color: rgba(40, 40, 40, 1); |
| 27 | + background-color: rgba(52, 73, 94, 1); |
| 28 | +} |
| 29 | + |
| 30 | +.ol-zoom button.ol-zoom-in, |
| 31 | +.ol-zoom button.ol-zoom-out, |
| 32 | +.ol-full-screen button.ol-full-screen-true, |
| 33 | +.ol-full-screen button.ol-full-screen-false, |
| 34 | +.ol-rotate button.ol-rotate-reset, |
| 35 | +.ol-bar .ol-button button { |
| 36 | + font-size: 1.6em; |
| 37 | +} |
| 38 | + |
| 39 | +div.ol-full-screen { |
| 40 | + right: 3.0em; |
| 41 | +} |
| 42 | + |
| 43 | +div.ol-rotate { |
| 44 | + right: 5.5em; |
| 45 | +} |
| 46 | + |
| 47 | +div.ol-full-screen { |
| 48 | + right: 3.0em; |
| 49 | +} |
| 50 | + |
| 51 | +.ol-control.ol-bar.ol-top.ol-left, .ol-control.ol-bar.ol-top.ol-right { |
| 52 | + top: 5.2em; |
19 | 53 | }
|
20 | 54 |
|
21 | 55 | .tabular .ol-layerswitcher label {
|
@@ -43,6 +77,10 @@ i[id^='icon_settings_tracker_'] {
|
43 | 77 | text-align: center;
|
44 | 78 | }
|
45 | 79 |
|
| 80 | +.ol-control.ol-layerswitcher-popup { |
| 81 | + top: 0.5em; |
| 82 | +} |
| 83 | + |
46 | 84 | .ol-control button .material-icons {
|
47 | 85 | font-size: inherit;
|
48 | 86 | }
|
|
0 commit comments