Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions iloire Facturacion/Views/Customer/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@


<div id="msgErrorNewCustomer"></div>
<div id="my-modal" class="modal hide fade" style="width:850px;margin:-40% 0 0 -30%;">
<div id="my-modal" class="modal hide fade" style="width:850px;margin:-20% 0 0 -30%;">
<div class="modal-header">
<a href="#" class="close">&times;</a>
<h3>Customer edition</h3>
Expand All @@ -116,4 +116,4 @@
<div id="customerList">
@{Html.RenderPartial("CustomerListPartial", Model);}
</div>
</div>
</div>