58 lines
891 B
SCSS
58 lines
891 B
SCSS
|
|
#srv_diagnostic{
|
|
|
|
br{
|
|
display: none;
|
|
}
|
|
|
|
#srv_diagnostic_results,
|
|
#srv_diagnostic_results_right{
|
|
clear: both;
|
|
display: block !important;
|
|
width: 100% !important;
|
|
|
|
box-sizing: border-box;
|
|
margin: 20px 0 !important;
|
|
|
|
table{
|
|
width: 100%;
|
|
min-width: 100%;
|
|
|
|
td + td {
|
|
width: auto !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.subpage_testnipodatki{
|
|
line-height: 20px;
|
|
|
|
form{
|
|
|
|
input[type="submit"]{
|
|
margin: 10px 0 10px 15px;
|
|
padding: 3px;
|
|
}
|
|
|
|
label{
|
|
padding-top: 20px;
|
|
|
|
input{
|
|
vertical-align: bottom;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.lastnosti_wrapper{
|
|
flex-direction: column !important;
|
|
|
|
.lastnosti_left,
|
|
.lastnosti_right{
|
|
width: 100% !important;
|
|
}
|
|
}
|