diff --git a/UI/Content/Bootstrap/modals.less b/UI/Content/Bootstrap/modals.less index f264fe15f..66392f87d 100644 --- a/UI/Content/Bootstrap/modals.less +++ b/UI/Content/Bootstrap/modals.less @@ -26,8 +26,8 @@ top: 10%; left: 50%; z-index: @zindexModal; - width: 750px; - margin-left: -375px; + width: 1000px; + margin-left: -500px; background-color: @white; border: 1px solid #999; border: 1px solid rgba(0,0,0,.3);