From 7133bc5d278859a81ac8f0296c0f14a31b1b6213 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Wed, 7 Sep 2016 18:16:56 +0100 Subject: [PATCH] Add Tor icon to node page --- assets/style.css | 14 +++++++++++++- views/node.html | 1 + 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index c20faa5..8b7e216 100644 --- a/assets/style.css +++ b/assets/style.css @@ -52,7 +52,7 @@ header .title { padding: 1em 0; } -.icon-tor { +header .title .icon-tor { color: #b24592; } @@ -189,6 +189,18 @@ dd.flag i { opacity: 0.5; } +.overview { + position: relative; +} + +.overview .icon-tor { + position: absolute; + font-size: 10em; + top: 3.6rem; + right: 1rem; + opacity: 0.5; +} + .columns { -moz-columns: 2; columns: 2; diff --git a/views/node.html b/views/node.html index 82f1515..8fd459e 100644 --- a/views/node.html +++ b/views/node.html @@ -17,6 +17,7 @@

Overview

+
{% if node.nickname %}
Nickname