-
Notifications
You must be signed in to change notification settings - Fork 3
/
styles.css
77 lines (64 loc) · 1.09 KB
/
styles.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
67
68
69
70
71
72
73
74
75
76
77
.institutionbox {
width: 100%;
padding-top: 1em;
margin-top: 15px;
border-top: 1px solid #DDD;
}
.institutionbox .info {
float: left;
width: 45%;
text-align:left;
}
.institutionbox .summary {
float: left;
width: 50%;
margin-top: 1.2em;
text-align:justify;
}
.institutionbox .options {
float: right;
width: 5%;
text-align:justify;
}
.institutionbox .name {
font-size: 1.2em;
margin-top: 0;
margin-bottom: 1em;
}
.institutionbox .address,
.institutionbox .phone,
.institutionbox .icon {
margin-left: 10px;
}
.institutionbox .icon {
display:block;
}
.institutionbox .icon img {
max-width: 90%;
max-height: 100px;
}
.institutionbox .summary p {
margin: 0;
}
.institutionbox .options a {
margin-bottom: 10px;
text-align: center;
display: block;
}
.institutionbox .options a img {
width: 16px;
height: 16px;
}
#page-local-institutions-view {
overflow: hidden;
}
#page-local-institutions-view,
#page-local-institutions-view .region-content,
#page-local-institutions-view iframe {
height: 100%;
}
#page-local-institutions-view iframe {
width: 100%;
margin: 0 auto;
border: 0;
}