- project tabs scrolling - fixed!
This commit is contained in:
parent
a127813c0c
commit
33448a2aa1
4 changed files with 12 additions and 5 deletions
|
@ -428,7 +428,13 @@ body.noscroll
|
|||
|
||||
.tabDesign
|
||||
{
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
margin: 5px;
|
||||
/*background-color: #f5f5f5;*/
|
||||
overflow: scroll;
|
||||
height:500;
|
||||
/*width:690;*/
|
||||
}
|
||||
|
||||
.tasksContent
|
||||
|
|
|
@ -36,6 +36,7 @@ angular.module('SeHub')
|
|||
});
|
||||
|
||||
$scope.dropdownClicked = function() {
|
||||
$scope.createCampusClicked = false;
|
||||
if ($scope.campus) {
|
||||
$scope.campusChecked = true;
|
||||
$scope.campusObj = null;
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<div ng-if="!isInCourse" layout-padding layout-margin>
|
||||
<md-button ng-click = "joinCourse()" ng class = "md-raised md-primary"> Join Class</md-button>
|
||||
</div>
|
||||
<div ng-if = "user.isLecturer">
|
||||
<!-- <div ng-if = "user.isLecturer"> -->
|
||||
<md-content layout-padding layout-margin>
|
||||
<md-button ng-click="createProjectClicked()" ng class="md-raised md-primary">Create Project</md-button>
|
||||
</md-content>
|
||||
|
@ -84,7 +84,7 @@
|
|||
</div>
|
||||
</md-card>
|
||||
</div>
|
||||
</div>
|
||||
<!-- </div> -->
|
||||
<div layout-margin>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -67,8 +67,8 @@
|
|||
</md-content>
|
||||
</md-tab>
|
||||
<md-tab label="Commits">
|
||||
<md-content class="md-padding">
|
||||
<table style="width:100%;" border = "1" class = "tabDesign">
|
||||
<md-content class="tabDesign">
|
||||
<table style="width:100%;" border = "1">
|
||||
<tr>
|
||||
<th>Message</th>
|
||||
<th style = "width:20%;">Date</th>
|
||||
|
@ -98,7 +98,7 @@
|
|||
</md-content>
|
||||
</md-tab>
|
||||
<md-tab label="Issues">
|
||||
<md-content class="md-padding" style="overflow:scroll;">
|
||||
<md-content class="tabDesign">
|
||||
<table style="width:100%;" border = "1">
|
||||
<tr>
|
||||
<th>Title</th>
|
||||
|
|
Loading…
Reference in a new issue