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