summaryrefslogtreecommitdiff
path: root/web/css/eventmap.css
blob: e2d1d24143997d7c19918a7335db13d9c345e20c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
html, body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

#main, #map {
  height: 100%;
  z-index: 0;
  display: block;
  position: relative;
}

#sidebar {
  position: absolute;
  background-color: #00f;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 5px;
  padding: 10px;
  width: 390px;
  left: 7px;
  top: 90px;
  bottom: 9px;
  display: none;
}