PHRAS-3669 align workzone basket

This commit is contained in:
Harrys Ravalomanana
2020-04-17 17:28:18 +04:00
parent 87f4647623
commit 53a5dd2bdb
2 changed files with 15 additions and 3 deletions

View File

@@ -417,7 +417,7 @@
</div>
{% for basket_element in basket.getElementsByOrder(ordre) %}
<span class="chim-wrapper wrapCHIM_{{ basket_element.getRecord(app).get_serialize_key() }} valid">
<span class="chim-wrapper chim-feedback-item wrapCHIM_{{ basket_element.getRecord(app).get_serialize_key() }} valid">
<table style="width: 100%; min-width: 330px; display: inline-block;" >
<tr>
<td style="width:80px;">
@@ -459,5 +459,4 @@
</table>
</span>
{% endfor %}
{% endmacro %}

View File

@@ -1001,4 +1001,17 @@
});
});
</script>
<style type="text/css">
.chim-feedback-item {
padding: 10px;
}
.ui-accordion .content {
padding: 0 5px;
text-align: center;
}
.ui-accordion .content .basket-content {
padding-left: 0;
}
</style>
{% endblock %}