-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathawpp.css
66 lines (56 loc) · 1.29 KB
/
awpp.css
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/*
Document : awpp.css
Created on : 17-Feb-2013, 19:04:36
Author : kwisatz
Description:
Purpose of the stylesheet follows.
*/
.awpp_placemark {
margin: 0 !important;
font-size: small !important;
line-height: normal !important;
color: black !important;
}
.awpp_placemark h3 {
margin: 0 !important;
padding: 5px 0;
font-size: medium !important;
line-height: normal !important;
font-weight: normal !important;
}
.awpp_placemark div {
margin: 0 !important;
}
#awpp-map-dom-element img {
width: auto !important;
max-width: none !important;
background: none !important;
border-width: 0;
padding: 0;
margin: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#awpp-map-dom-element #content {
width: auto;
height: auto;
overflow: auto;
}
#awpp_addresses {
float:left;
}
.awpp_heading {
font-weight:bold;
padding-top: 10px;
padding-bottom:3px;
}
.awpp_address {
float:left;
padding-left:1em;
width: 15em;
}
.awpp_photo_block {
float:left;
padding-left:10px;
}