fix physics scores
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user