add role and expose reason field to Instructor Dashboard Manual Enrollment

WL-1473
This commit is contained in:
Ibrahim
2018-03-06 16:35:42 +05:00
parent 4e82734cc2
commit 2bb790680a
10 changed files with 144 additions and 58 deletions

View File

@@ -615,6 +615,13 @@
width: 90%;
}
.role {
margin: 20px 0;
select {
margin-left: 15px;
}
}
input {
margin-right: ($baseline/4);
}