Commit 7bdefb89 by Kálmán Viktor

dashboard: remove garbage

- some leftover comment/hr
- also those margins made the boxes on index jump ...
parent 2dd2807e
...@@ -76,10 +76,6 @@ ...@@ -76,10 +76,6 @@
</div> </div>
<style> <style>
.row {
margin-bottom: 15px;
}
.progress { .progress {
position: relative; position: relative;
width: 200px; width: 200px;
......
...@@ -92,6 +92,3 @@ try { ...@@ -92,6 +92,3 @@ try {
vmCustomizeLoaded(); vmCustomizeLoaded();
} catch(e) {} } catch(e) {}
</script> </script>
<hr >
{# crispy vm_create_form #}
{% load crispy_forms_tags %} {% load crispy_forms_tags %}
<style>
.row {
margin-bottom: 15px;
}
</style>
<form method="POST" action="{% url "dashboard.views.group-create" %}"> <form method="POST" action="{% url "dashboard.views.group-create" %}">
{% csrf_token %} {% csrf_token %}
......
{% load crispy_forms_tags %} {% load crispy_forms_tags %}
<form method="POST" action="/dashboard/node/create/" id="node-create-form">
{% csrf_token %}
{% crispy formset formset.form.helper %}
</form>
<style> <style>
.row { #node-create-form .row {
margin-bottom: 15px; margin-bottom: 10px;
} }
</style> </style>
<form method="POST" action="/dashboard/node/create/">
{% csrf_token %}
{% crispy formset formset.form.helper %}
</form>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment