mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
eaa6d4ea62
commit
87dbdf6f3d
@ -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">
|
||||
|
||||
@ -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' %}
|
||||
|
||||
@ -10,6 +10,10 @@ body {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.multiple-checkbox li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.nav .glyphicon,
|
||||
.sidebar .glyphicon {
|
||||
margin-right: 4px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user