changing the Account now updates Flex roles in the UI

This commit is contained in:
t.ruspekhofer 2022-03-16 22:29:33 +01:00
parent bca069db78
commit 408f09f650
4 changed files with 50 additions and 33 deletions

View file

@ -11,22 +11,26 @@ h5 {
color: lightgrey;
}
.timesblock {
display: block;
}
.times {
float: left;
display: inline;
width: 49%;
display: inline-block;
width: 250px;
padding-top: 15px;
}
.detailsblock {
display: block;
}
.details {
float: left;
display: inline;
width: 33%;
display: inline-block;
width: 250px;
padding-top: 15px;
}
.controlButton {
margin-right: 10px;
}