2014-12-09 23:48:16 +01:00
|
|
|
.logo {
|
|
|
|
margin-bottom: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table {
|
2015-02-11 00:06:46 +01:00
|
|
|
padding: 5px;
|
2014-12-16 18:24:41 +01:00
|
|
|
margin: 1em 0 0 0;
|
2014-12-09 23:48:16 +01:00
|
|
|
}
|
|
|
|
|
2014-12-04 00:04:47 +01:00
|
|
|
.checklist {
|
2014-12-16 18:24:41 +01:00
|
|
|
min-height: 200px;
|
2014-12-04 00:04:47 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.caption {
|
|
|
|
padding-left: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.component {
|
|
|
|
font-weight: bold;
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
2015-02-11 00:06:46 +01:00
|
|
|
.error {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
|
|
|
width: 300px;
|
2014-12-04 00:04:47 +01:00
|
|
|
}
|
|
|
|
|
2014-12-09 23:48:16 +01:00
|
|
|
.check {
|
2014-12-16 18:24:41 +01:00
|
|
|
background: #dff0d8 url("../images/accept.png") no-repeat center;
|
2014-12-09 23:48:16 +01:00
|
|
|
}
|
|
|
|
|
2014-12-04 00:04:47 +01:00
|
|
|
.footer {
|
|
|
|
margin: inherit;
|
|
|
|
width: inherit;
|
|
|
|
bottom: 0;
|
2021-10-12 11:17:57 +02:00
|
|
|
}
|