updated the search to now do the semester, class, and level search, and put link to RIS on popup

This commit is contained in:
sghsri
2019-09-05 19:20:57 -05:00
parent 024d491e63
commit d2a3d50e1d
4 changed files with 69 additions and 29 deletions

View File

@@ -283,7 +283,7 @@ input[type=number]::-webkit-outer-spin-button {
.select-style {
border: 1px solid #979797;
margin: 10px 0px;
margin: 5px 0px;
border-radius: 5px;
display: none;
background: transparent no-repeat 90% 50%;
@@ -324,7 +324,7 @@ input[type=number]::-webkit-outer-spin-button {
outline: none;
}
#class_id_input {
.class_id_input {
display: none;
border: 1px solid #979797;
border-radius: 5px;
@@ -332,7 +332,7 @@ input[type=number]::-webkit-outer-spin-button {
padding: 5px 8px;
}
#class_id_input::placeholder {
.class_id_input::placeholder {
color: rgba(0, 0, 45, 0.48);
}