This commit is contained in:
James 2020-03-29 12:16:43 +01:00
parent eaaf1dbb6d
commit ec8a8879b9

View File

@ -151,27 +151,27 @@ display: block !important;
}
}
select{
width:auto;
}
fieldset{
text-align: center;
border:1px solid #888;
padding:5px;
margin:5px;
margin-bottom:10px;
}
label{
text-align: right;
}
legend{
margin: 0 auto;
}
#filters input,#temps input{
width:50px;
}
#filters fieldset{
display: inline;
select{
width:auto;
}
label{
text-align: right;
}
legend{
margin: 0 auto;
}
#filters input,#temps input{
width:50px;
}
#filters fieldset{
display: inline;
}
}
#button_container{