UI fix
This commit is contained in:
parent
1f3f70dfd5
commit
dffac0927b
@ -107,14 +107,14 @@ app.directive('fixedHeader', function($timeout){
|
|||||||
angular.forEach(elem.querySelectorAll('tr:first-child th'), function (thElem, i) {
|
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 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;
|
var columnWidth = tdElems ? tdElems.offsetWidth : thElem.offsetWidth;
|
||||||
if (tdElems) {
|
if (tdElems) {
|
||||||
tdElems.style.width = columnWidth + '150px';
|
tdElems.style.width = columnWidth + '150px';
|
||||||
}
|
}
|
||||||
if (thElem) {
|
if (thElem) {
|
||||||
thElem.style.width = columnWidth + '150px';
|
thElem.style.width = columnWidth + '85px';
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
@ -8,11 +8,11 @@
|
|||||||
/*.carousel-indicators li {
|
/*.carousel-indicators li {
|
||||||
border:1px solid #000 !important;
|
border:1px solid #000 !important;
|
||||||
}*/
|
}*/
|
||||||
/*.carousel-indicators
|
.carousel-indicators
|
||||||
{
|
{
|
||||||
position:fixed !important;
|
top:450px;
|
||||||
|
|
||||||
}*/
|
}
|
||||||
.glyphicon-chevron-right:before{
|
.glyphicon-chevron-right:before{
|
||||||
margin-left: -16px;
|
margin-left: -16px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1297,7 +1297,7 @@
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="main-navigation-menu" ng-if="getLoginDash == 'student'">
|
<!--<ul class="main-navigation-menu" ng-if="getLoginDash == 'student'">
|
||||||
<li ui-sref-active="active">
|
<li ui-sref-active="active">
|
||||||
<a ui-sref="app.studentView">
|
<a ui-sref="app.studentView">
|
||||||
<div class="item-content">
|
<div class="item-content">
|
||||||
@ -1312,7 +1312,7 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>-->
|
||||||
|
|
||||||
<!-- end: Trainee -->
|
<!-- end: Trainee -->
|
||||||
|
|
||||||
|
|||||||
@ -153,7 +153,7 @@
|
|||||||
<!-- student mobile app link -->
|
<!-- student mobile app link -->
|
||||||
|
|
||||||
<li ui-sref-active="active" ng-if="getLoginDash == 'student'">
|
<li ui-sref-active="active" ng-if="getLoginDash == 'student'">
|
||||||
<a href="https://play.google.com/store/apps/details?id=io.ionic.starter73982824" target="_blank">
|
<a href="https://play.google.com/store/apps/details?id=io.ionic.starter739828240" target="_blank">
|
||||||
<div class="item-content">
|
<div class="item-content">
|
||||||
<div class="item-media">
|
<div class="item-media">
|
||||||
<img src="images/playstoreapp.png" alt="img" style="margin-top: -6px;
|
<img src="images/playstoreapp.png" alt="img" style="margin-top: -6px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user