-
Notifications
You must be signed in to change notification settings - Fork 55
/
styles.css
69 lines (65 loc) · 1.26 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
.f2fsessiongroup {
padding-bottom: 10px;
}
.f2fsession {
width: 100%;
border-bottom: 1px solid #ccc;
}
.f2fsession:last-child {
border-bottom: none;
}
.f2fsessiontime {
width: 80%;
display: inline-block;
vertical-align: top;
padding-top: 5px;
}
.f2finprogress .f2fsessiontime {
width: 100%;
}
.f2foptions {
width: 20%;
display: inline-block;
min-width: 60px;
}
.f2fsessionlinks,
.f2fsessionnotice {
font-size: 11px;
font-weight: bold;
line-height: 14px;
display: block;
padding: 3px;
}
.f2factivityname {
line-height: 1.5;
}
body.path-mod-facetoface table.f2fsession td.c0 {
font-weight: bold;
width: 12%;
}
body.path-mod-facetoface table.f2fsession {
width: 100%;
}
table.f2fsessionlist tr.highlight td.cell {
background-color: #afa;
}
a.f2fsessionlinks,
td.f2fsessionnotice,
span.f2fsessionnotice {
font-size: 11px;
font-weight: bold;
line-height: 14px;
}
span.f2fonepointfive {
line-height: 1.5;
}
body#page-mod-facetoface-view div#page-content table.sessions {
width: 100%;
}
body#page-mod-facetoface-view div#page-content .formlocation {
float: right;
margin-bottom: 6px;
}
.path-mod-facetoface .table-responsive table.f2fbookingsuploadlist .c1 {
width: auto;
}