Differences From Artifact [91a9fc7f46]:

To Artifact [99eb56201a]:


181
182
183
184
185
186
187
188
189










190
191
192
193
194




















    border: 1px solid rgba(217, 134, 40, 0.5);
}

table.list tr:nth-child(even) {
    background: rgba(217, 134, 40, 0.2);
}

table.list .alert {
    color: red;










}

table.list .actions {
    text-align: right;
}



























|

>
>
>
>
>
>
>
>
>
>





>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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
    border: 1px solid rgba(217, 134, 40, 0.5);
}

table.list tr:nth-child(even) {
    background: rgba(217, 134, 40, 0.2);
}

table.list .error {
    color: red;
    font-weight: bold;
}

table.list .alert {
    color: darkred;
    font-weight: bold;
}

table.list .confirm {
    color: darkgreen;
}

table.list .actions {
    text-align: right;
}

.infos {
    margin-bottom: 1em;
}

.infos h3 {
    margin-bottom: 0.5em;
}

.infos p {
    margin-bottom: 0.8em;
}

.infos dl {
    margin-bottom: 0.8em;
}

.infos dl dd {
    margin: 0.2em 1em;
}