-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
StudentSupportCallForm: Adding basic layout styling #1450
- Loading branch information
Showing
25 changed files
with
141 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 3 additions & 12 deletions
15
...port/studentSupportCallForm/directives/modalPreferenceComments/modalPreferenceComments.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<div class="crn-available"> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<div class="grid-available"> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<div class="student-availabilities"> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...nstructionalSupport/studentSupportCallForm/directives/studentComments/studentComments.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
.student-comments { | ||
|
||
} | ||
|
||
.student-comments__text { | ||
display: block; | ||
width: 100%; | ||
height: 180px; | ||
padding: 6px 12px; | ||
font-size: 12px; | ||
line-height: 1.42857143; | ||
color: #555; | ||
background-color: #fff; | ||
background-image: none; | ||
border: 1px solid #ebebeb; | ||
border-radius: 3px; | ||
} |
14 changes: 7 additions & 7 deletions
14
...structionalSupport/studentSupportCallForm/directives/studentComments/studentComments.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<div class="student-comments"> | ||
<div class="input-box-area"> | ||
<h5 class="pull-left">Comments</h5> | ||
<textarea class="form-control" | ||
ng-model="view.params.supportCallResponse.generalComments" | ||
auto-input on-blur="updateSupportCallResponse()"></textarea> | ||
</div> | ||
<div class="student-comments" ng-if="supportCallResponse.collectGeneralComments"> | ||
<h5>Comments</h5> | ||
<textarea | ||
class="student-comments__text" | ||
ng-model="supportCallResponse.generalComments" | ||
auto-input on-change="updateSupportCallResponse()" on-change-delay="500"> | ||
</textarea> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...Support/studentSupportCallForm/directives/studentQualifications/studentQualifications.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.student-qualifications { | ||
|
||
} | ||
|
||
.student-qualifications__text { | ||
display: block; | ||
width: 100%; | ||
height: 180px; | ||
padding: 6px 12px; | ||
font-size: 12px; | ||
line-height: 1.42857143; | ||
color: #555; | ||
background-color: #fff; | ||
background-image: none; | ||
border: 1px solid #ebebeb; | ||
border-radius: 3px; | ||
} |
8 changes: 8 additions & 0 deletions
8
...upport/studentSupportCallForm/directives/studentQualifications/studentQualifications.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<div class="student-qualifications" ng-if="supportCallResponse.collectTeachingQualifications"> | ||
<h5>Teaching Qualification</h5> | ||
<textarea | ||
class="student-qualifications__text" | ||
ng-model="supportCallResponse.teachingQualifications" | ||
auto-input on-change="updateSupportCallResponse()" on-change-delay="500"> | ||
</textarea> | ||
</div> |
15 changes: 15 additions & 0 deletions
15
...lSupport/studentSupportCallForm/directives/studentQualifications/studentQualifications.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
instructionalSupportApp.directive("studentQualifications", this.studentQualifications = function (studentActions) { | ||
return { | ||
restrict: 'E', | ||
templateUrl: 'studentQualifications.html', | ||
replace: true, | ||
scope: { | ||
supportCallResponse: '<' | ||
}, | ||
link: function (scope, element, attrs) { | ||
scope.updateSupportCallResponse = function() { | ||
studentActions.updateSupportCallResponse($scope.props.state.supportCallResponse); | ||
}; | ||
} | ||
}; | ||
}); |
Empty file.
8 changes: 0 additions & 8 deletions
8
...port/studentSupportCallForm/directives/teachingQualifications/teachingQualifications.html
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...upport/studentSupportCallForm/directives/teachingQualifications/teachingQualifications.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.