f
This commit is contained in:
parent
f1e81da713
commit
44259f1856
55
dev.less
55
dev.less
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user