diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index b11d44bf..f560ff07 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -629,4 +629,13 @@ input { color: blue; cursor: pointer; text-decoration: underline; +} + +.date { + font-size: smaller; + opacity: 50%; +} + +.date:hover { + opacity: 100%; } \ No newline at end of file diff --git a/anatomy/templates/anatomy/question_detail.html b/anatomy/templates/anatomy/question_detail.html index d814aca3..8926b684 100644 --- a/anatomy/templates/anatomy/question_detail.html +++ b/anatomy/templates/anatomy/question_detail.html @@ -27,7 +27,7 @@ Admin Edit
Description: {{ question.description }}
diff --git a/physics/templates/physics/question_detail.html b/physics/templates/physics/question_detail.html index f3c7d1eb..e8303b92 100644 --- a/physics/templates/physics/question_detail.html +++ b/physics/templates/physics/question_detail.html @@ -4,7 +4,7 @@Rapid: {{ question }}
diff --git a/sbas/templates/sbas/question_detail.html b/sbas/templates/sbas/question_detail.html index b6889e7c..cf8ecd10 100644 --- a/sbas/templates/sbas/question_detail.html +++ b/sbas/templates/sbas/question_detail.html @@ -2,9 +2,10 @@ {% block content %}