2018-01-21 19:07:43 +01:00
|
|
|
@import 'styles_config';
|
|
|
|
|
|
|
|
.admincontent {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.admincontent .boxedcontent{
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.egh_ajaxOutput {
|
|
|
|
display: flex;
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
align-self: center;
|
|
|
|
justify-self: center;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
resize: none;
|
|
|
|
height: 300px;
|
2018-01-26 23:52:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.keyvaluelist {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
div {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2018-01-27 14:21:34 +01:00
|
|
|
span {align-self: center;}
|
2018-01-26 23:52:55 +01:00
|
|
|
span:first-child {
|
|
|
|
font-weight: bold;
|
|
|
|
min-width: 500px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span:last-child {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.kvl_100 div span:first-child { min-width: 100px; }
|
|
|
|
.kvl_200 div span:first-child { min-width: 200px; }
|
2018-01-27 14:21:34 +01:00
|
|
|
.kvl_300 div span:first-child { min-width: 300px; }
|
|
|
|
|
|
|
|
.consistency_result_ok, .consistency_result_warn, .consistency_result_err {
|
|
|
|
min-width: 400px;
|
|
|
|
border: 1px solid #888;
|
|
|
|
padding: 0 5px;
|
|
|
|
margin: 1px 0;
|
|
|
|
}
|
|
|
|
.consistency_result_ok { background: #0F0; }
|
|
|
|
.consistency_result_warn { background: #FF0; }
|
|
|
|
.consistency_result_err { background: #F00; }
|