This commit is contained in:
James 2020-03-29 12:09:53 +01:00
parent f1e81da713
commit 44259f1856

View File

@ -165,15 +165,19 @@ display: block !important;
} }
} }
label{ select{
text-align: right; width:auto;
} }
fieldset{ fieldset{
text-align: center; text-align: center;
} border:1px solid #888;
body>fieldset{ padding:5px;
margin:5px;
margin-bottom:10px; margin-bottom:10px;
} }
label{
text-align: right;
}
legend{ legend{
margin: 0 auto; margin: 0 auto;
} }
@ -199,7 +203,9 @@ display: block !important;
} }
&#right{ &#right{
right: 8%; right: 8%;
}}} }
}
}
#table_container{ #table_container{
overflow: auto; overflow: auto;
@ -210,17 +216,4 @@ display: block !important;
.field{ .field{
white-space: nowrap; white-space: nowrap;
} }
#heatcalc td, #heatcalc th{
}
select{
width:auto;
}
fieldset{
border:1px solid #888;
padding:5px;
margin:5px;
} }