changing the Account now updates Flex roles in the UI
This commit is contained in:
parent
bca069db78
commit
408f09f650
4 changed files with 50 additions and 33 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue