Show current user in top bar
This commit is contained in:
parent
8e9fb55710
commit
0bb49019b6
4 changed files with 56 additions and 41 deletions
8
frontend-js/dist/style.css
vendored
8
frontend-js/dist/style.css
vendored
|
|
@ -70,6 +70,14 @@ body.ol2013 {
|
|||
z-index: 20;
|
||||
}
|
||||
.ribbon-spacer { margin-left: auto; }
|
||||
.ribbon-user {
|
||||
color: #fff;
|
||||
max-width: 220px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-weight: 600;
|
||||
}
|
||||
.ribbon-icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue