Various small UI improvements for the shopping list

This commit is contained in:
Bernd Bestel
2018-11-18 14:19:50 +01:00
parent 34d1bdd53f
commit f7f2bf3fc0
3 changed files with 9 additions and 4 deletions

View File

@@ -95,7 +95,7 @@
</table>
</div>
<div class="col-xs-12 col-md-4">
<div class="col-xs-12 col-md-4 mt-md-2">
@include('components.calendarcard')
</div>
</div>
@@ -106,8 +106,9 @@
<div class="modal-body">
<iframe id="shopping-list-stock-add-workflow-purchase-form-frame" class="embed-responsive" src=""></iframe>
</div>
<div class="modal-footer d-none">
<span id="shopping-list-stock-add-workflow-purchase-item-count"></span>
<div class="modal-footer">
<span id="shopping-list-stock-add-workflow-purchase-item-count" class="d-none mr-auto"></span>
<button type="button" class="btn btn-secondary" data-dismiss="modal">{{ $L('Close') }}</button>
</div>
</div>
</div>