remotes/origin/artem
Gena 11 years ago
parent 0922e5f0fb
commit 12dbd9c357
  1. 2
      batiskaf/templates/jinja2/base.jinja
  2. 2
      batiskaf/templates/jinja2/cart_detail.jinja
  3. 15
      static/less/_.css
  4. 18
      static/less/_.less

@ -12,7 +12,7 @@
<link href="/static/bower_components/Bootflat/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/bower_components/Bootflat/bootflat/css/bootflat.min.css" rel="stylesheet">
<link href="/static/less/_.css?v=3" rel="stylesheet">
<link href="/static/less/_.css?v=4" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/static/bower_components/sweetalert/lib/sweet-alert.css">
<link href="/static/js/icheck/skins/square/blue.css" rel="stylesheet">
{% block stylesheet %}{% endblock stylesheet %}

@ -46,7 +46,7 @@
<td class="text-right">{{ item.subtotal }} ₸</td>
<td class="text-center">
<a class="text-danger" href="/store/cart/remove/?id={{ item.id }}"><span
class="glyphicon glyphicon-remove"></span></a>
class="glyphicon glyphicon-remove"></span> Удалить</a>
</td>
</tr>
{% endfor %}

@ -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;

@ -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 {

Loading…
Cancel
Save