Commit 39158fcc authored by Soumya Gouri's avatar Soumya Gouri

Updated_Navbar_Css

parent 00506b43
......@@ -160,6 +160,11 @@ i.fa.fa-refresh:hover {
list-style: none;
padding: 0;
}
.sidebar-nav {
overflow-y: scroll;
position: relative;
height: 555px;
}
#sidebar-wrapper .sidebar-nav li {
border-bottom: 1px dotted #34495e;
line-height: normal;
......@@ -329,7 +334,7 @@ i.fa.fa-refresh:hover {
#footer .navbar-inverse, #footer .navbar-inverse {
background: #eeeef6;
border-top: 2px solid #00b4e5;
position: relative;
position: fixed;
}
#footer .navbar-inverse .copyrights {
/* background: #fff;
......@@ -573,9 +578,9 @@ top: 22px;
color:white;
font-weight:bold;
}
.manage-accounts .ui-grid-viewport {
/* .manage-accounts .ui-grid-viewport {
height: 400px !important;
}
} */
.autoComplete-dropdown {
border-color: #ececec;
border-width: 1px;
......@@ -647,4 +652,7 @@ cursor: pointer;
}
.manage-attendance-report {
height: calc(85vh - 183px) !important;
}
.manage-employee-efforts {
height: calc(100vh - 260px) !important;
}
\ No newline at end of file
......@@ -40,7 +40,7 @@
<div class="form-group">
<div class="form-inline col-lg-12">
<div id="gridTest" ui-grid="gridOptions" ui-grid-pagination ui-grid-exporter
class="mygrid grid-full-view">
class="mygrid manage-employee-efforts">
<div class="watermark" ng-show="!gridOptions.data.length">No
data available</div>
</div>
......
......@@ -21,7 +21,7 @@
</ul>
</li>
<li> <a href="#" ng-click="toggleReport()" ng-show="reportsGroup.length > 0"> <i class="fa fa-file" aria-hidden="true"></i> <span>Manage Reports</span> <i class="fa fa-angle-down right"></i></a>
<li> <a href="#" ng-click="toggleReport()" ng-show="reportsGroup.length > 0"> <i class="fa fa-file" aria-hidden="true"></i> <span>Reports</span> <i class="fa fa-angle-down right"></i></a>
<ul ng-hide="customReport" class="reportsGroup">
<li ng-repeat="reportItem in reportsGroup">
......
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