Skip to content

Commit

Permalink
StudentSupportCallForm: Fix layout of student preferences table #1450
Browse files Browse the repository at this point in the history
  • Loading branch information
ltwheeler committed Jan 16, 2018
1 parent f581b22 commit 5eaf69b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/instructionalSupport/instructionalSupport.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<link rel="stylesheet" href="/css/studentSupportCallForm.css">
<link rel="stylesheet" href="/css/studentComments.css">
<link rel="stylesheet" href="/css/studentPreferences.css">
<link rel="stylesheet" href="/css/studentPreferenceTable.css">
<link rel="stylesheet" href="/css/studentPreferenceSelector.css">
<link rel="stylesheet" href="/css/studentQualifications.css">
<link rel="stylesheet" href="/css/studentAvailabilities.css">
<link rel="stylesheet" href="/css/crnAvailable.css">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.student-preferences__table {
padding-top: 20px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
header-text="'Preferences'">
</ipa-section-header>

<student-preference-table>
</student-preference-table>
<div class="student-preferences__table">
<student-preference-table>
</student-preference-table>
</div>

<student-preference-selector>
</student-preference-selector>
Expand Down

0 comments on commit 5eaf69b

Please sign in to comment.