diff --git a/rad/static/css/anatomy.css b/rad/static/css/anatomy.css index 587c2303..4b871c7a 100644 --- a/rad/static/css/anatomy.css +++ b/rad/static/css/anatomy.css @@ -1128,6 +1128,20 @@ table .peninsula-trainee::before { color: red; } +/* tr:has(> td > a) { border: 1px blue solid +} +*/ + +#logout-form { + display: inline; +} +#logout-form button { + background: none; + border: none; + cursor: pointer; + padding: 0; + text-decoration: underline; + color: #3282b8; } \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 5047d301..e791d397 100644 --- a/templates/base.html +++ b/templates/base.html @@ -51,9 +51,9 @@ {% comment %} mathjax {% endcomment %} - - - + + + @@ -80,7 +80,11 @@