mirror of https://github.com/apache/nifi.git
[NIFI-2788] update global hamburger menu to have fixed width icons and align text. This closes #1041
This commit is contained in:
parent
66fe004058
commit
25150d4016
|
@ -126,12 +126,15 @@ md-toolbar.md-small .md-toolbar-tools {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #728E9B;
|
color: #728E9B;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
width: 15px;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#global-menu-content .fa {
|
#global-menu-content .fa {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #728E9B;
|
color: #728E9B;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
width: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* styles for the toolbox */
|
/* styles for the toolbox */
|
||||||
|
|
Loading…
Reference in New Issue