mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-03 13:32:13 +00:00
122 lines
1.6 KiB
CSS
122 lines
1.6 KiB
CSS
![]() |
.flag
|
||
|
{
|
||
|
width: 25px;
|
||
|
height: auto;
|
||
|
}
|
||
|
|
||
|
|
||
|
.ui-datepicker {
|
||
|
background: #ffffff;
|
||
|
border: 1px solid #5e5e5e;
|
||
|
color: #000000;
|
||
|
}
|
||
|
|
||
|
|
||
|
#main {
|
||
|
width: 20cm;
|
||
|
}
|
||
|
|
||
|
.stat-sec-filters {
|
||
|
width: 100%;
|
||
|
background-color: #e1e1e1;
|
||
|
}
|
||
|
|
||
|
|
||
|
.filter-fields {
|
||
|
width: 10cm;
|
||
|
}
|
||
|
|
||
|
.info-panel {
|
||
|
display: none;
|
||
|
font-size: 16pt;
|
||
|
margin: 4mm auto 2mm auto;
|
||
|
}
|
||
|
|
||
|
.parameter-table {
|
||
|
display: none;
|
||
|
margin: auto;
|
||
|
}
|
||
|
.parameter-table tr td {
|
||
|
border: 1px solid;
|
||
|
padding: 1mm 2mm;
|
||
|
}
|
||
|
|
||
|
.column-title {
|
||
|
font-size: 14pt;
|
||
|
font-style: normal;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.details {
|
||
|
font-size: 10pt;
|
||
|
color: #3f3f3f;
|
||
|
}
|
||
|
|
||
|
.button {
|
||
|
background-color: #afafaf;
|
||
|
border: none;
|
||
|
color: black;
|
||
|
font-weight: normal;
|
||
|
padding: 1mm 2mm;
|
||
|
text-align: center;
|
||
|
text-decoration: none;
|
||
|
display: inline-block;
|
||
|
font-size: 10pt;
|
||
|
cursor: pointer;
|
||
|
width: 2.5cm;
|
||
|
}
|
||
|
|
||
|
.canvas {
|
||
|
background-color: #aeb5ff;
|
||
|
border: 1px solid;
|
||
|
padding: 0;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
resize: both;
|
||
|
overflow: auto;
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.stat-sec-title {
|
||
|
background-color: #f3f3f3;
|
||
|
margin: auto;
|
||
|
text-align: center;
|
||
|
font-size: 20pt;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.filter-label {
|
||
|
text-align: left;
|
||
|
font-size: 10pt;
|
||
|
}
|
||
|
.center {
|
||
|
margin: auto;
|
||
|
}
|
||
|
|
||
|
.section-controls {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.fullwidth {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.tables-target {
|
||
|
border: solid 3px;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
.tables-rows td{
|
||
|
border: 1px solid;
|
||
|
vertical-align: top;
|
||
|
alignment: left;
|
||
|
}
|
||
|
|
||
|
.tables-target-title {
|
||
|
font-weight: bold;
|
||
|
font-size: 16pt;
|
||
|
alignment: center;
|
||
|
}
|
||
|
|
||
|
.summary {
|
||
|
font-weight: bold;
|
||
|
}
|