Menu Improvements (#280)
* Added icon for the menu * Updated the CSS * Implemented icon to the menu
This commit is contained in:
parent
0563d44870
commit
8ca4769354
7 changed files with 29 additions and 5 deletions
|
@ -663,6 +663,20 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
|
||||
.usermenu-item {
|
||||
#cmenu.item();
|
||||
|
||||
.usermenu-item-icon {
|
||||
position:relative;
|
||||
top:1.5px;
|
||||
right:3px;
|
||||
display:table-cell;
|
||||
}
|
||||
|
||||
.usermenu-item-name {
|
||||
position:relative;
|
||||
bottom:2px;
|
||||
padding-left: 5px;
|
||||
display:table-cell;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue