From 87dbdf6f3d8d66823d2867d4c1905f4d8fdfa981 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 7 Mar 2018 21:59:23 +0530 Subject: [PATCH] users: Generalize styling for multi-select widget Signed-off-by: Sunil Mohan Adapa Reviewed-by: Joseph Nuthalapati --- plinth/modules/users/templates/users_create.html | 8 -------- plinth/modules/users/templates/users_update.html | 8 -------- static/themes/default/css/plinth.css | 4 ++++ 3 files changed, 4 insertions(+), 16 deletions(-) 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;