Add language translation score to selector widget (#3603)

Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
Raphael Michel
2023-09-20 16:02:18 +02:00
committed by GitHub
parent 7b3eeaf411
commit 39a0eaff3e
5 changed files with 130 additions and 15 deletions

View File

@@ -116,6 +116,22 @@ input[type=number]::-webkit-outer-spin-button {
font-weight: normal;
}
.checkbox-group {
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.checkbox-group-legend {
margin-bottom: .65em;
border-bottom: 1px solid #ccc;
font-weight: bold;
}
.checkbox-group-legend > span {
background: white;
padding: .5em;
padding-left: 0;
position: relative;
top: .35em;
}
.alert {
text-align: left;