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{ fieldset{
text-align: center; text-align: center;
border:1px solid #888; border:1px solid #888;
padding:5px; padding:5px;
margin:5px; margin:5px;
margin-bottom:10px; margin-bottom:10px;
} select{
label{ width:auto;
text-align: right; }
} label{
legend{ text-align: right;
margin: 0 auto; }
} legend{
#filters input,#temps input{ margin: 0 auto;
width:50px; }
} #filters input,#temps input{
#filters fieldset{ width:50px;
display: inline; }
#filters fieldset{
display: inline;
}
} }
#button_container{ #button_container{