1
0

better error messages in selftest

This commit is contained in:
2020-01-20 18:00:30 +01:00
parent 2fc64df38e
commit a6f53c546e
4 changed files with 13 additions and 10 deletions

View File

@@ -854,7 +854,7 @@ html, body {
}
.consistency_result {
min-width: 400px;
width: 500px;
color: #222222;
border: 1px solid #888;
padding: 0 5px;

View File

@@ -167,7 +167,7 @@ html,body{margin:0;padding:0;height:100%}
.kvl_100 div span:first-child{min-width:100px}
.kvl_200 div span:first-child{min-width:200px}
.kvl_300 div span:first-child{min-width:300px}
.consistency_result{min-width:400px;color:#222;border:1px solid #888;padding:0 5px;margin:1px 0}
.consistency_result{width:500px;color:#222;border:1px solid #888;padding:0 5px;margin:1px 0}
.consistency_result:after{content:" "}
.consistency_result_ok{background:#0f0}
.consistency_result_warn{background:#ff0}

View File

@@ -42,7 +42,7 @@
.kvl_300 div span:first-child { min-width: 300px; }
.consistency_result {
min-width: 400px;
width: 500px;
color: $COL_ADMIN_STATUS_FG;
border: $COL_ADMIN_STATUS_BORDER;
padding: 0 5px;