From 57050a31b8d1e7ada8361a95445c9d5442a6fd03 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 19 Aug 2021 13:34:37 +0100 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 7 +++++++ static/css/anatomy.css | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index b1d444d7..02dbf0ad 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -618,4 +618,11 @@ input { right: 0px; top: 30px; width: 40%; +} + +.view-question-link { + float: right; + color: blue; + cursor: pointer; + text-decoration: underline; } \ No newline at end of file diff --git a/static/css/anatomy.css b/static/css/anatomy.css index b1d444d7..02dbf0ad 100644 --- a/static/css/anatomy.css +++ b/static/css/anatomy.css @@ -618,4 +618,11 @@ input { right: 0px; top: 30px; width: 40%; +} + +.view-question-link { + float: right; + color: blue; + cursor: pointer; + text-decoration: underline; } \ No newline at end of file