1
0

continue working on selftest

This commit is contained in:
2020-01-19 13:16:40 +01:00
parent 335fc764e8
commit a78d8ff9c9
22 changed files with 204 additions and 49 deletions

View File

@@ -1,3 +1,4 @@
@charset "UTF-8";
/* 400px */
body {
background-color: #EEEEEE;
@@ -852,7 +853,7 @@ html, body {
min-width: 300px;
}
.consistency_result_ok, .consistency_result_warn, .consistency_result_err, .consistency_result_intermed, .consistency_result_running {
.consistency_result {
min-width: 400px;
color: #222222;
border: 1px solid #888;
@@ -860,6 +861,10 @@ html, body {
margin: 1px 0;
}
.consistency_result:after {
content: " ";
}
.consistency_result_ok {
background: #00FF00;
}