padding fix

This commit is contained in:
Arvind Tiwari 2017-09-19 01:17:15 +05:30
commit e893f1baf1
3 changed files with 8 additions and 4 deletions

View file

@ -5,7 +5,7 @@
<span id="total">15</span>
<span>CHF/{% trans "Month" %}</span>
<div class="price-text">
<p>{% trans "VAT included" %}</p>
<span>{% trans "VAT included" %}</span>
</div>
</div>
<div class="descriptions">

View file

@ -4,7 +4,7 @@
{% block content %}
<div class="dashboard-container create-vm-container">
<div class="row">
<div class="col-sm-4">
<div class="col-sm-5">
<div class="dashboard-container-head">
<h3 class="dashboard-title-thin"><img src="{% static 'hosting/img/plusVM.svg' %}" class="un-icon" style="margin-top: -18px;width: 42px;height: 42px;"> {% trans "Create VM" %}</h3>
{% if messages %}