VoiletEmbTools/ui/css/jldjs.css

20 lines
326 B
CSS
Raw Normal View History

2024-09-09 09:40:33 +00:00
#jld_calc
{
width: 99%;
border-radius: 8px;
background-color: #EEEEEEEE;
}
#jld_calc tr{
line-height: 35px;
}
#jld_calc td{
text-align: center;
width: 33%;
}
#jld_calc td input{
border-radius: 3px;
background-color: #EEEEEEEE;
width: 100%;
height: 30px;
border: 0.5px solid black;
}