mirror of
https://github.com/pretix/pretix.git
synced 2026-08-21 12:36:26 +00:00
Add language translation score to selector widget (#3603)
Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
co-authored by
Richard Schreiber
parent
7b3eeaf411
commit
39a0eaff3e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user