diff --git a/batiskaf/templates/jinja2/base.jinja b/batiskaf/templates/jinja2/base.jinja
index 95a10dc..3277292 100644
--- a/batiskaf/templates/jinja2/base.jinja
+++ b/batiskaf/templates/jinja2/base.jinja
@@ -12,7 +12,7 @@
-
+
{% block stylesheet %}{% endblock stylesheet %}
diff --git a/batiskaf/templates/jinja2/cart_detail.jinja b/batiskaf/templates/jinja2/cart_detail.jinja
index 7fe16aa..7b40291 100644
--- a/batiskaf/templates/jinja2/cart_detail.jinja
+++ b/batiskaf/templates/jinja2/cart_detail.jinja
@@ -46,7 +46,7 @@
{{ item.subtotal }} ₸ |
+ class="glyphicon glyphicon-remove"> Удалить
|
{% endfor %}
diff --git a/static/less/_.css b/static/less/_.css
index 0d03885..b5e64d2 100644
--- a/static/less/_.css
+++ b/static/less/_.css
@@ -309,6 +309,9 @@
left: 0;
right: 0;
}
+body {
+ font-family: 'Trebuchet MS', 'PT Sans', Helvetica, Arial, sans-serif;
+}
/* Account for fixed navbar */
body,
.navbar {
@@ -894,6 +897,18 @@ table.table-cart input {
text-align: left;
float: right;
}
+table.table-cart tbody td {
+ line-height: 90px;
+}
+table.table-cart tbody td .form-control {
+ margin-top: 27px;
+}
+.breadcrumbs {
+ overflow: hidden !important;
+}
+ol.breadcrumb.breadcrumb-arrow {
+ overflow: hidden !important;
+}
.table thead tr th {
background: #434a54;
color: #ffffff;
diff --git a/static/less/_.less b/static/less/_.less
index bb123d2..b9dc7a4 100644
--- a/static/less/_.less
+++ b/static/less/_.less
@@ -8,6 +8,10 @@
@brand-gray: #434a54;
@brand-white: @white;
+body{
+ font-family: 'Trebuchet MS', 'PT Sans', Helvetica, Arial, sans-serif;
+}
+
/* Account for fixed navbar */
body,
.navbar {
@@ -719,8 +723,22 @@ table.table-cart {
text-align: left;
float: right;
}
+ tbody{
+ td{
+ line-height: 90px;
+ .form-control{
+ margin-top: 27px;
+ }
+ }
+ }
+}
+.breadcrumbs{
+ overflow: hidden !important;
}
+ol.breadcrumb.breadcrumb-arrow{
+ overflow: hidden !important;
+}
.table {
thead {
tr {