2019-05-28 18:03:01 +02:00
|
|
|
div.criticity {
|
|
|
|
width: 150px;
|
|
|
|
height: 2em;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 5px;
|
2019-05-29 15:14:13 +02:00
|
|
|
font-size: 0.8em;
|
|
|
|
padding: 3px;
|
2019-05-28 18:03:01 +02:00
|
|
|
margin: 0;
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.mini-criticity {
|
|
|
|
width: 5px;
|
2019-06-04 22:34:17 +02:00
|
|
|
height: 3em;
|
2019-05-28 18:03:01 +02:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2019-06-06 17:50:47 +02:00
|
|
|
|
2019-06-07 17:35:13 +02:00
|
|
|
div.mini-criticity.h100p {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flex-row.event {
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.flex-row div.filter_input,
|
|
|
|
form.flex-row ul {
|
2019-06-06 17:50:47 +02:00
|
|
|
width: 30%;
|
|
|
|
min-width: 300px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: baseline;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
align-content: center;
|
2019-06-07 17:35:13 +02:00
|
|
|
justify-content: space-between;
|
|
|
|
flex: 1;
|
|
|
|
margin: 0.5em 3em 0.5em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.filter_input_little {
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: baseline;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
margin: 0.5em 0 0.5em 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.flex-row div.filter_input.large {
|
2019-06-06 17:50:47 +02:00
|
|
|
flex: 1;
|
2019-06-07 21:22:07 +02:00
|
|
|
min-width: 470px;
|
2019-06-07 17:35:13 +02:00
|
|
|
}
|
2019-06-06 17:50:47 +02:00
|
|
|
|
2019-06-07 17:35:13 +02:00
|
|
|
div.filter_input > label,
|
|
|
|
div.filter_input_little > label {
|
|
|
|
width: 10em;
|
2019-06-06 17:50:47 +02:00
|
|
|
}
|
2019-06-07 17:35:13 +02:00
|
|
|
|
2019-06-06 17:50:47 +02:00
|
|
|
form.flex-row > ul,
|
|
|
|
form.flex-row > ul > li,
|
|
|
|
form.flex-row > .box-shadow.white_table_graph {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2019-06-07 17:35:13 +02:00
|
|
|
form.flex-row > .box-shadow.white_table_graph {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
|
2019-06-06 17:50:47 +02:00
|
|
|
form.flex-row > ul input[type="submit"] {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.flex-row > div > label {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
2019-06-07 17:35:13 +02:00
|
|
|
|
|
|
|
table.dataTable tbody th,
|
|
|
|
table.dataTable tbody td {
|
|
|
|
padding: 8px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info_table.events tr > th {
|
|
|
|
padding-left: 1em;
|
|
|
|
font-size: 1.3em;
|
|
|
|
font-weight: 400;
|
|
|
|
border-bottom: 2px solid #878787;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info_table.events tr > td {
|
|
|
|
height: 2.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sorting_desc {
|
|
|
|
background: url(http://localhost/pandora_console/images/sort_down_green.png)
|
|
|
|
no-repeat;
|
|
|
|
background-position-x: left;
|
|
|
|
background-position-y: center;
|
|
|
|
}
|
|
|
|
.sorting_asc {
|
|
|
|
background: url(http://localhost/pandora_console/images/sort_up_green.png)
|
|
|
|
no-repeat;
|
|
|
|
background-position-x: left;
|
|
|
|
background-position-y: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info_table.events > tbody > tr > td {
|
|
|
|
-moz-border-radius: 0px;
|
|
|
|
-webkit-border-radius: 0px;
|
|
|
|
border-radius: 0px;
|
|
|
|
border: none;
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 9px;
|
|
|
|
padding-top: 7px;
|
|
|
|
padding-bottom: 7px;
|
|
|
|
border-bottom: 2px solid #dedede;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info_table.events tr > td:first-child {
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-top: 0;
|
|
|
|
vertical-align: middle;
|
2019-06-07 22:44:02 +02:00
|
|
|
width: 40%;
|
2019-06-07 17:35:13 +02:00
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filter_input {
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filter_input_little > select,
|
|
|
|
.filter_input_little > input,
|
|
|
|
.filter_input > select,
|
|
|
|
.filter_input > input {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2019-06-07 22:44:02 +02:00
|
|
|
|
|
|
|
.event.flex-row.h100p.nowrap div {
|
|
|
|
max-width: 98%;
|
|
|
|
}
|