aboutsummaryrefslogtreecommitdiff
path: root/client/wmap.css
blob: d5e659897c69bd59e95f00b191b98fb6da1446eb (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
29
30
31
.wmap {
  position: relative;
}
.wmap .actions {
  background-color: #fff;
  opacity: 0;
  transition: all 300ms;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 2px;
}
.wmap .actions img {
  height: 18px;
  width: 18px;
}
.wmap menu {
  list-style: none;
  padding: 0;
}
.wmap menu li { display: inline-block; }
.wmap:hover .actions {
  opacity: 1;
}
.wmap img {
  width: 100%;
}

.wardley-map.thumbnail text:nth-of-type(n + 7) {
	cursor: pointer;
}