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{
text-align: right;
select{
width:auto;
}
fieldset{
text-align: center;
}
body>fieldset{
border:1px solid #888;
padding:5px;
margin:5px;
margin-bottom:10px;
}
label{
text-align: right;
}
legend{
margin: 0 auto;
}
@ -186,20 +190,22 @@ display: block !important;
#button_container{
position: relative;
button{
margin-top:100px;
font-size: 50px;
background-color: rgba(153, 0, 0, 0.75);
color:#fff;
z-index: 250;
position: absolute;
top: 0;
&#left{
left: 8%;
button{
margin-top:100px;
font-size: 50px;
background-color: rgba(153, 0, 0, 0.75);
color:#fff;
z-index: 250;
position: absolute;
top: 0;
&#left{
left: 8%;
}
&#right{
right: 8%;
}
}
}
&#right{
right: 8%;
}}}
#table_container{
overflow: auto;
@ -210,17 +216,4 @@ display: block !important;
.field{
white-space: nowrap;
}
#heatcalc td, #heatcalc th{
}
select{
width:auto;
}
fieldset{
border:1px solid #888;
padding:5px;
margin:5px;
}
}