users: Generalize styling for multi-select widget

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
Sunil Mohan Adapa 2018-03-07 21:59:23 +05:30 committed by Joseph Nuthalapati
parent eaa6d4ea62
commit 87dbdf6f3d
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35
3 changed files with 4 additions and 16 deletions

View File

@ -21,14 +21,6 @@
{% load bootstrap %}
{% load i18n %}
{% block page_head %}
<style type="text/css">
.multiple-checkbox li {
list-style-type: none;
}
</style>
{% endblock %}
{% block content %}
<form class="form" method="post">

View File

@ -21,14 +21,6 @@
{% load bootstrap %}
{% load i18n %}
{% block page_head %}
<style type="text/css">
.multiple-checkbox li {
list-style-type: none;
}
</style>
{% endblock %}
{% block content_row %}
<div class="col-md-6 col-md-offset-3">
{% include 'messages.html' %}

View File

@ -10,6 +10,10 @@ body {
font-size: 15px;
}
.multiple-checkbox li {
list-style-type: none;
}
.nav .glyphicon,
.sidebar .glyphicon {
margin-right: 4px;