Commit 00506b43 authored by Prayas Jain's avatar Prayas Jain

Updated_Navbar

parent acbc9140
......@@ -25,7 +25,7 @@ myApp.controller("leftmenuController",function($scope, myFactory, $compile){
if($scope.menuItems[i].menu.indexOf('Manage') !== -1) {
$scope.manageGroup.push($scope.menuItems[i]);
}
else if($scope.menuItems[i].menu.indexOf('Report') !== -1) {
else if($scope.menuItems[i].menu.indexOf('Report') !== -1 || $scope.menuItems[i].menu.indexOf('Efforts') !== -1 ) {
$scope.reportsGroup.push($scope.menuItems[i]);
}
else{
......
......@@ -181,7 +181,7 @@ i.fa.fa-refresh:hover {
background: transparent;
}
#sidebar-wrapper .sidebar-nav li ul.reportsGroup {
height: 125px;
height: 165px;
overflow: hidden;
padding: 0;
transition: height 0.5s ease-out;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment