f
This commit is contained in:
parent
f1e81da713
commit
44259f1856
55
dev.less
55
dev.less
@ -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;
|
||||||
}
|
}
|
||||||
@ -186,20 +190,22 @@ display: block !important;
|
|||||||
|
|
||||||
#button_container{
|
#button_container{
|
||||||
position: relative;
|
position: relative;
|
||||||
button{
|
button{
|
||||||
margin-top:100px;
|
margin-top:100px;
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
background-color: rgba(153, 0, 0, 0.75);
|
background-color: rgba(153, 0, 0, 0.75);
|
||||||
color:#fff;
|
color:#fff;
|
||||||
z-index: 250;
|
z-index: 250;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
&#left{
|
&#left{
|
||||||
left: 8%;
|
left: 8%;
|
||||||
|
}
|
||||||
|
&#right{
|
||||||
|
right: 8%;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&#right{
|
|
||||||
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;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user