diff --git a/plinth/modules/tor/templates/tor.html b/plinth/modules/tor/templates/tor.html index ca32f8176..e73f32ffa 100644 --- a/plinth/modules/tor/templates/tor.html +++ b/plinth/modules/tor/templates/tor.html @@ -25,13 +25,14 @@ {% if is_installed %}

Status

-
+ +

{% if is_running %}

Tor is running {% else %}
Tor is not running {% endif %} -
+

Hidden Service

A hidden service will allow your {{ cfg.box_name }} to provide selected @@ -69,8 +70,6 @@ port-forwarded, if necessary:

-
-

SOCKS

A Tor SOCKS port is available on your {{ cfg.box_name }} on TCP port 9050.

diff --git a/plinth/modules/xmpp/templates/xmpp.html b/plinth/modules/xmpp/templates/xmpp.html index 43928d469..97af8aeba 100644 --- a/plinth/modules/xmpp/templates/xmpp.html +++ b/plinth/modules/xmpp/templates/xmpp.html @@ -38,9 +38,11 @@ XMPP client {% else %}

XMPP Server

-

The XMPP server ejabberd is not installed.
ejabberd comes - pre-installed with {{ cfg.box_name }}. On any Debian-based system (such as - {{ cfg.box_name }}) you may install it using the command + +

The XMPP server ejabberd is not installed.

+ +

ejabberd comes pre-installed with {{ cfg.box_name }}. On any Debian-based + system (such as {{ cfg.box_name }}) you may install it using the command aptitude install ejabberd.

{% endif %} diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 563b62649..851f8d3ed 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -153,7 +153,6 @@ {% endfor %} -
{% endif %} {% endblock %} diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index b323ea4c3..d82538656 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -11,6 +11,9 @@ body { float: left; margin-top: -14px; padding: 8px; + +.nav-tabs { + margin-bottom: 20px; } .running-status {