Skip to content

Commit

Permalink
fixing padding for font evosome in sidebar panel
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Dec 1, 2020
1 parent c155128 commit c3f0d95
Showing 1 changed file with 6 additions and 37 deletions.
43 changes: 6 additions & 37 deletions gui/admin-gui/src/main/resources/static/less/midpoint-theme.less
Expand Up @@ -105,43 +105,12 @@ th.cog, td.cog {
}
//end table context menu border fix

//disabled menu css fixes
//.sidebar-menu .treeview-menu > li > span {
// display: block;
// font-size: 14px;
// padding: 5px 5px 5px 15px;
//}
//
//.sidebar-menu .treeview-menu > li > span > .fa,
//.sidebar-menu .treeview-menu > li > span > .fe,
//.sidebar-menu .treeview-menu > li > span > .glyphicon,
//.sidebar-menu .treeview-menu > li > span > .ion {
// width: 20px;
//}
//
//.sidebar-menu > .header {
// // white-space: wrap is problematic in firefox, it wraps expand/collapse icon on next line
// white-space: normal !important;
//}
//
//.sidebar-menu > li > a > .fe {
// width: 20px;
//}
//
//.sidebar-form, .sidebar-menu > li.header {
// padding: 10px 20px 10px 15px;
// text-transform: uppercase;
//
// & i.fa, & i.fe {
// margin-top: 2px;
// }
//}
//
//body .treeview-menu > li.active > span,
//body .treeview-menu > li > span:hover {
// color: #000;
//}
//end of disabled menu css fixes
.sidebar-menu .treeview-menu > li > span > .fe {
width: 20px;
}
.sidebar-menu > li > a > .fe {
width: 20px;
}

.user-thumbnail-helper {
display: inline-block;
Expand Down

0 comments on commit c3f0d95

Please sign in to comment.