adding a way to manage stante relations in batch

This commit is contained in:
Helder Silva Lopes Moraes 2022-10-27 20:31:38 -03:00
parent d3ea2df1a2
commit cfee08934f
3 changed files with 79 additions and 2 deletions

View file

@ -2346,3 +2346,10 @@ svg.button {
background: #25252a;
}
}
div.states > div.diploDivChk {
width: 1.5em;
display: inline-block;
}
input.diploChk {
display: block;
}