-
Notifications
You must be signed in to change notification settings - Fork 0
/
staff-style.css
82 lines (67 loc) · 1.11 KB
/
staff-style.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
78
79
80
81
82
/**
* Staff
*/
div.staff-list {
margin-top:20px;
}
ul.staff-list-compact {
border-top:1px solid #d3e7f4;
margin-top:10px;
list-style-type:none;
padding-left:0px;
}
ul.staff-list-compact li {
background-image:none;
border-bottom:1px solid #d3e7f4;
margin-left:0px;
margin-bottom:0px;
margin-top:0px;
padding:3px 0px 3px 10px;
}
ul.staff-list-compact li.odd {
background-color: #edf5fa;
}
ul.staff-list-long {
margin-top:10px;
list-style-type:none;
padding-left:0px;
}
ul.staff-list-long li {
float:left;
width:190px;
height:300px;
margin-right:30px;
padding-bottom:20px;
}
ul.staff-list-long li img {
margin-bottom:13px;
width:100%;
}
ul.staff-list-long li.odd {
background-color: #edf5fa;
}
div.staff-single {
margin-top:20px;
}
div.staff-single img {
border:1px solid #d3e7f4;
}
div.staff-single tbody,
div.staff-single thead {
border:0px;
}
div.staff-single td.label {
font-weight:bold;
width:60px;
}
div.staff-single p.staff-end {
padding-top:10px;
clear:left;
}
div.staff-error {
margin-top:20px;
border:1px solid #c52020;
background-color:#ffcccc;
color: #c52020;
padding:10px;
}