Merge pull request #474 from astorije/astorije/user-list-icon

Replace menu icon with users icon for userlist toggle and smooth the 2 icons
This commit is contained in:
Jérémie Astori 2015-10-07 07:26:34 -04:00
commit 8b6167b227

View file

@ -183,10 +183,17 @@ button {
margin: 6px 12px 0 -12px;
width: 36px;
}
#viewport .lt:before,
#viewport .rt:before {
#viewport .lt:before {
font: 14px FontAwesome;
content: "\f0c9";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#viewport .rt:before {
font: 14px FontAwesome;
content: "\f0c0";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#viewport .rt {
display: block;