From dffac0927b79879209f1c1ba0da8fd13813e9d46 Mon Sep 17 00:00:00 2001 From: "venbatechnologies@gmail.com" Date: Thu, 21 Jun 2018 15:14:34 +0530 Subject: [PATCH] UI fix --- Apollo/assets/js/controllers/studentViewCtrl.js | 4 ++-- Apollo/assets/views/login_login.html | 6 +++--- Apollo/assets/views/partials/nav.html | 4 ++-- Apollo/assets/views/partials/top-navbar.html | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Apollo/assets/js/controllers/studentViewCtrl.js b/Apollo/assets/js/controllers/studentViewCtrl.js index 5d04525e..61f98c94 100755 --- a/Apollo/assets/js/controllers/studentViewCtrl.js +++ b/Apollo/assets/js/controllers/studentViewCtrl.js @@ -107,14 +107,14 @@ app.directive('fixedHeader', function($timeout){ angular.forEach(elem.querySelectorAll('tr:first-child th'), function (thElem, i) { var tdElems = elem.querySelector('tbody tr:first-child td:nth-child(' + (i + 1) + ')'); - var tfElems = elem.querySelector('tfoot tr:first-child td:nth-child(' + (i + 1) + ')'); + var thElems = elem.querySelector('thead tr:first-child td:nth-child(' + (i + 1) + ')'); var columnWidth = tdElems ? tdElems.offsetWidth : thElem.offsetWidth; if (tdElems) { tdElems.style.width = columnWidth + '150px'; } if (thElem) { - thElem.style.width = columnWidth + '150px'; + thElem.style.width = columnWidth + '85px'; } }); diff --git a/Apollo/assets/views/login_login.html b/Apollo/assets/views/login_login.html index 473758e6..ec14fa43 100755 --- a/Apollo/assets/views/login_login.html +++ b/Apollo/assets/views/login_login.html @@ -8,11 +8,11 @@ /*.carousel-indicators li { border:1px solid #000 !important; }*/ - /*.carousel-indicators + .carousel-indicators { - position:fixed !important; + top:450px; - }*/ + } .glyphicon-chevron-right:before{ margin-left: -16px; } diff --git a/Apollo/assets/views/partials/nav.html b/Apollo/assets/views/partials/nav.html index c55de2c9..8f6ac476 100755 --- a/Apollo/assets/views/partials/nav.html +++ b/Apollo/assets/views/partials/nav.html @@ -1297,7 +1297,7 @@ -