mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
pagekite: Convert a two column page to one column
We are now using smaller area in the page to show the content. Signed-off-by: Manish Tripathy <manisht@thougtworks.com> Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
de546bc2e9
commit
63502f102b
@ -51,7 +51,7 @@
|
||||
|
||||
<div class="row custom-services">
|
||||
|
||||
<div class="col-lg-6">
|
||||
<div>
|
||||
<form class="form add-service" method="post">
|
||||
<h4>{% trans "Create a custom service" %}</h4>
|
||||
{{ form|bootstrap_horizontal:'col-lg-6' }}
|
||||
@ -59,7 +59,7 @@
|
||||
{% csrf_token %}
|
||||
|
||||
<div class="form-group">
|
||||
<div class=" col-lg-offset-6 col-lg-6">
|
||||
<div class="col-lg-offset-6 col-lg-6">
|
||||
<input type="submit" class="btn btn-primary"
|
||||
value="{% trans "Add Service" %}"/>
|
||||
</div>
|
||||
@ -67,7 +67,7 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-5 col-lg-offset-1">
|
||||
<div>
|
||||
<h4>{% trans "Existing custom services" %}</h4>
|
||||
|
||||
{% if not custom_services %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user