add toastr

This commit is contained in:
Ross
2020-12-06 15:52:39 +00:00
parent 31d8902792
commit 9bcd326802
5 changed files with 54 additions and 24 deletions
+15
View File
@@ -139,6 +139,16 @@ button a {
padding: 20px
}
#full-question-list li{
padding-bottom: 20px
}
#full-question-list img{
float: left;
padding-right: 20px;
padding-left: 10px;
}
#question-mark-list a {
color: #bbe1fa
}
@@ -151,4 +161,9 @@ button a {
float: right;
position: sticky;
top: 30px;
}
#save-annotations {
position: absolute;
left: 0;
}