fix physics scores

This commit is contained in:
Ross
2020-12-16 21:40:27 +00:00
parent 90f69c2c14
commit 2e91dff46f
5 changed files with 153 additions and 53 deletions
+11 -1
View File
@@ -95,7 +95,7 @@ button a {
color: inherit;
}
#admin-link, #logout-link, #profile-link {
#admin-link, #logout-link, #profile-link, #physics-link, #anatomy-link {
float: right;
padding-left: 10px;
}
@@ -327,6 +327,7 @@ img.uploading:hover {
#full-question-list-physics .abcde li {
padding: 0px;
clear: right;
vertical-align: text-top;
}
#full-question-list-physics li {
@@ -335,7 +336,16 @@ img.uploading:hover {
#full-question-list-physics {
width: 800px;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
.answer-1 {
color: green;
}
.answer-0 {
color: red;
}