Javier López-Contreras | 6d1d72d | 2018-12-27 23:17:18 +0100 | [diff] [blame] | 1 | /* ********** HERE STARTS search-bar.css ****** */ |
Javier López-Contreras | 6dc18a3 | 2018-12-26 12:40:04 +0100 | [diff] [blame] | 2 | #circle-mode { |
3 | position: absolute; | ||||
4 | right: 10px; | ||||
5 | bottom: 210px; | ||||
6 | z-index: 100; | ||||
7 | } | ||||
8 | |||||
9 | #settings { | ||||
10 | position: absolute; | ||||
11 | right: 10px; | ||||
12 | bottom: 160px; | ||||
13 | z-index: 100; | ||||
14 | } | ||||
15 | |||||
16 | #search { | ||||
17 | position: absolute; | ||||
18 | right: 10px; | ||||
19 | bottom: 110px; | ||||
20 | z-index: 100; | ||||
21 | } | ||||
22 | |||||
23 | #zoomin { | ||||
24 | position: absolute; | ||||
25 | right: 10px; | ||||
26 | bottom: 60px; | ||||
27 | z-index: 100; | ||||
28 | } | ||||
29 | |||||
30 | #zoomout { | ||||
31 | position: absolute; | ||||
32 | right: 10px; | ||||
33 | bottom: 10px; | ||||
34 | z-index: 100; | ||||
Javier López-Contreras | 6d1d72d | 2018-12-27 23:17:18 +0100 | [diff] [blame] | 35 | } |
36 | |||||
37 | #zoomin.touch { | ||||
38 | display: none; | ||||
39 | } | ||||
40 | |||||
41 | #zoomout.touch { | ||||
42 | display: none; | ||||
avm99963 | 027b5b0 | 2018-12-28 02:31:46 +0100 | [diff] [blame] | 43 | } |