233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
|
}
#export_button, #import_button {
display: block;
margin-left: 5px;
background-color: hsl(210, 50%, 50%);
color: hsl(210, 0%, 100%);
}
#build_progress {
display: none;
width: 100%;
}
th {
padding: 5px 10px;
border-left: 1px solid hsl(210, 10%, 90%);
text-align: left;
}
td {
|
>
>
>
>
>
>
>
>
|
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
|
}
#export_button, #import_button {
display: block;
margin-left: 5px;
background-color: hsl(210, 50%, 50%);
color: hsl(210, 0%, 100%);
}
#import_button {
display: none;
}
#build_progress {
display: none;
width: 100%;
}
#display_progress {
display: none;
width: 100%;
}
th {
padding: 5px 10px;
border-left: 1px solid hsl(210, 10%, 90%);
text-align: left;
}
td {
|