diff --git a/plinth/modules/users/templates/users_create.html b/plinth/modules/users/templates/users_create.html index 4fd8f3ee9..4d8f0f4f0 100644 --- a/plinth/modules/users/templates/users_create.html +++ b/plinth/modules/users/templates/users_create.html @@ -21,14 +21,6 @@ {% load bootstrap %} {% load i18n %} -{% block page_head %} - -{% endblock %} - {% block content %}
diff --git a/plinth/modules/users/templates/users_update.html b/plinth/modules/users/templates/users_update.html index 4e4cf3e96..586e63b0d 100644 --- a/plinth/modules/users/templates/users_update.html +++ b/plinth/modules/users/templates/users_update.html @@ -21,14 +21,6 @@ {% load bootstrap %} {% load i18n %} -{% block page_head %} - -{% endblock %} - {% block content_row %}
{% include 'messages.html' %} diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index bff7b65fa..46e7e072d 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -10,6 +10,10 @@ body { font-size: 15px; } +.multiple-checkbox li { + list-style-type: none; +} + .nav .glyphicon, .sidebar .glyphicon { margin-right: 4px;