-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathblock_ebs_agent.css
executable file
·224 lines (182 loc) · 3.42 KB
/
block_ebs_agent.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
/**
COMMON STYLES
*/
div.ebs_spacer {
font-size:1px;
height:1px;
clear:both;
}
/**
BLOCK STYLES
*/
div.ebs_agent_block p {
margin:0px 0px 5px 0px;
}
div.ebs_agent_block td.event {
width:175px;
padding:1px;
}
div.ebs_agent_block td.mark {
padding:1px;
width:15px;
text-align:center;
}
/**
CONFIG STYLES
*/
.ebs_config_main fieldset {
border-width:0px;
background-color:#FCFCFC;
border:solid 1px #999999;
margin-bottom:10px;
}
.ebs_config_main fieldset legend {
background-color:#EFEFEF;
border:solid 1px #666666;
padding:2px 10px 2px 10px;
}
.ebs_config_main label {
display:block;
clear:both;
margin-bottom:5px;
}
.ebs_config_main label span {
margin-top:1px;
display:block;
float:left;
width:150px;
}
.ebs_config_main label span span.required, .ebs_config_main p.notes span.required {
display:inline;
color:red;
float:none;
}
.ebs_config_main label input {
float:left;
border:solid 1px #666666;
}
.ebs_config_main label span.error {
margin-left:10px;
color:red;
font-style:italic;
width:300px;
}
.ebs_config_main .submit_button {
margin-left:160px;
}
.ebs_config_main h3.notes {
margin:0px 0px 5px 15px;
}
.ebs_config_main p.notes {
margin:0px 0px 10px 25px;
}
/**
REGISTER STYLES
*/
table.ebs_register {
padding:2px;
border-collapse:separate;
border-spacing:2px;
width:960px;
margin:0px auto 0px auto;
}
table.ebs_register td {
padding:1px;
}
table.ebs_register thead td {
background-color:#EFEFEF;
border-bottom:solid 1px #666666;
}
table.ebs_register thead td.today {
background-color:#DDDDDD;
}
table.ebs_register img {
vertical-align:middle;
margin:1px;
margin-left:4px;
}
table.ebs_register a img {
border-width:0px;
}
table.ebs_register .centered {
text-align:center;
}
table.ebs_register .right {
text-align:right;
}
table.ebs_register tr.alternate td {
background-color:#EFEFEF;
}
table.ebs_register tr.unconfirmed td span.learner_identity {
font-style:italic;
}
table.ebs_register .inactive, table.ebs_register tr.alternate td.inactive {
background-color:#DDDDDD;
}
table.ebs_register input {
border:solid 1px #666666;
}
div.ebs_register_footer {
width:960px;
margin:10px auto 0px auto;
}
div.ebs_register_footer .buttons {
width:220px;
float:right;
text-align:right;
}
div.ebs_register_footer .buttons button {
margin:0px 2px 0px 2px;
}
div.ebs_register_footer .buttons button.default {
font-weight:bold;
}
div.ebs_register_footer .options {
width:600px;
float:left;
line-height:150%;
}
div.ebs_errors {
width:500px;
margin:5px auto 5px auto;
display:none;
}
div.ebs_errors span {
color:#DD0000;
}
div.ebs_errors ul {
list-style-type:circle;
}
div.ebs_errors ul li {
color:#DD0000;
}
img.learner_photo {
width:65px;
height:65px;
border:solid 1px #666666;
margin:1px;
}
/**
PROGRESS CODE CHANGE STYLES
*/
div.ebs_progress_code_change label {
display:block;
float:left;
clear:both;
width:350px;
margin-bottom:5px;
}
div.ebs_progress_code_change span {
float:left;
}
div.ebs_progress_code_change label span.title {
display:block;
width:150px;
margin-bottom:5px;
}
div.ebs_progress_code_change label input, div.ebs_progress_code_change select {
float:left;
}
div.ebs_progress_code_change input.button {
margin-left:150px;
}