diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index 851ff809..ed219ad5 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -322,4 +322,20 @@ img.uploading:hover { .google-link { padding-left: 10px; font-size: smaller; +} + +#full-question-list-physics .abcde li { + padding: 0px; + clear: right; +} + +#full-question-list-physics li { + padding-bottom: 10px; +} + + +#full-question-list-physics { + user-select: none; + -moz-user-select: none; + -webkit-user-select: none; } \ No newline at end of file diff --git a/anatomy/templates/anatomy/base.html b/anatomy/templates/anatomy/base.html index f7e39d36..50f8652c 100644 --- a/anatomy/templates/anatomy/base.html +++ b/anatomy/templates/anatomy/base.html @@ -25,6 +25,9 @@