From c34c4605af057c95f371b5bcb14db47c478d0332 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Sat, 24 Oct 2020 01:42:09 -0700 Subject: [PATCH] fix up stylesheets/static --- xmrnodes/static/css/style.css | 9 +++++++++ xmrnodes/templates/index.html | 23 +++++++++++++---------- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/xmrnodes/static/css/style.css b/xmrnodes/static/css/style.css index b92f67c..edf77d7 100644 --- a/xmrnodes/static/css/style.css +++ b/xmrnodes/static/css/style.css @@ -13,6 +13,7 @@ #footer { padding-top: 4em; + padding-bottom: 4em; } input[type="text"] { @@ -48,3 +49,11 @@ input[type="text"] { .glowing-red { background-color: #cd0000; } + +#node_url { + margin: 0 auto; +} + +.pure-table { + margin: 0 auto; +} diff --git a/xmrnodes/templates/index.html b/xmrnodes/templates/index.html index 6e94660..a2e7dfa 100644 --- a/xmrnodes/templates/index.html +++ b/xmrnodes/templates/index.html @@ -27,10 +27,11 @@ -
-

Find a Node

+
+

Find a Node

+
{% if nodes %} - +
@@ -75,13 +76,15 @@

No nodes in the database yet...

{% endif %}
- - - - {% if 'onion' not in request.args %}{% endif %} - -
- +
+ + + + {% if 'onion' not in request.args %}{% endif %} + +
+ +
URL