continue working on selftest
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user