styled settings page
This commit is contained in:
@@ -588,6 +588,41 @@ section.wiki {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*-----------------
|
||||||
|
|
||||||
|
Settings
|
||||||
|
|
||||||
|
-----------------*/
|
||||||
|
|
||||||
|
#settings_form {
|
||||||
|
.well {
|
||||||
|
margin-bottom: 15px;
|
||||||
|
@include clearfix;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-group {
|
||||||
|
float: left;
|
||||||
|
margin-bottom: 0;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
margin-left: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.controls {
|
||||||
|
padding-top: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
label,
|
||||||
|
.controls {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*-----------------
|
/*-----------------
|
||||||
|
|
||||||
New
|
New
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
{% if field.is_hidden %}
|
{% if field.is_hidden %}
|
||||||
{{ field }}
|
{{ field }}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
<div id="div_{{ field.auto_id }}" class="clearfix control-group{% if field.errors %} error{% endif %}">
|
<div id="div_{{ field.auto_id }}" class="clearfix control-group{% if field.errors %} error{% endif %}">
|
||||||
{% if field.label %}
|
{% if field.label %}
|
||||||
<label for="{{ field.id_for_label }}" class="control-label {% if field.field.required %}requiredField{% endif %}">
|
<label for="{{ field.id_for_label }}" class="control-label {% if field.field.required %}requiredField{% endif %}">
|
||||||
|
|||||||
Reference in New Issue
Block a user