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