mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 12:42:36 +01:00
Improve modal styling
This commit is contained in:
parent
f5e7d380a4
commit
64d4aeae6c
68347
public/built.js
68347
public/built.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
13553
public/css/built.css
vendored
13553
public/css/built.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
325
public/css/built.login.css
vendored
325
public/css/built.login.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
9793
public/css/built.public.css
vendored
9793
public/css/built.public.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
271
public/css/daterangepicker.css
vendored
271
public/css/daterangepicker.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
486
public/css/select2.css
vendored
486
public/css/select2.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
public/css/tablesorter.css
vendored
4
public/css/tablesorter.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
10530
public/js/Chart.min.js
vendored
10530
public/js/Chart.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
9559
public/js/d3.min.js
vendored
9559
public/js/d3.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1629
public/js/daterangepicker.min.js
vendored
1629
public/js/daterangepicker.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
81
public/js/jSignature.min.js
vendored
81
public/js/jSignature.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
5882
public/js/select2.min.js
vendored
5882
public/js/select2.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
5853
public/js/tablesorter.min.js
vendored
5853
public/js/tablesorter.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
74417
public/pdf.built.js
74417
public/pdf.built.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
8
resources/assets/css/style.css
vendored
8
resources/assets/css/style.css
vendored
@ -1254,3 +1254,11 @@ div.panel-body div.panel-body {
|
||||
border-radius: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
|
||||
.modal-footer {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
@ -339,7 +339,9 @@
|
||||
<h4 class="modal-title" id="iframeHelpModalLabel">{{ trans('texts.iframe_url') }}</h4>
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
<div class="container" style="width: 100%; padding-bottom: 0px !important">
|
||||
<div class="panel panel-default" style="margin-bottom: 0px">
|
||||
<div class="panel-body">
|
||||
<p>{{ trans('texts.iframe_url_help1') }}</p>
|
||||
<pre><center>
|
||||
<iframe id="invoiceIFrame" width="100%" height="1200" style="max-width:1000px"></iframe>
|
||||
@ -352,11 +354,14 @@ iframe.src = '{{ rtrim(SITE_URL ,'/') }}/view/'
|
||||
<p>{{ trans('texts.iframe_url_help2') }}</p>
|
||||
<p><b>{{ trans('texts.iframe_url_help3') }}</b></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal-footer" style="margin-top: 0px">
|
||||
<button type="button" class="btn btn-primary" data-dismiss="modal">{{ trans('texts.close') }}</button>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -92,7 +92,9 @@
|
||||
<h4 class="modal-title" id="designHelpModalLabel">{{ trans('texts.email_designs') }}</h4>
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
<div class="container" style="width: 100%; padding-bottom: 0px !important">
|
||||
<div class="panel panel-default" style="margin-bottom: 0px">
|
||||
<div class="panel-body">
|
||||
<div class="row" style="text-align:center">
|
||||
<div class="col-md-4">
|
||||
<h4>{{ trans('texts.plain') }}</h4><br/>
|
||||
@ -108,6 +110,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal-footer" style="margin-top: 0px">
|
||||
<button type="button" class="btn btn-primary" data-dismiss="modal">{{ trans('texts.close') }}</button>
|
||||
|
@ -321,7 +321,9 @@
|
||||
<h4 class="modal-title" id="patternHelpModalLabel">{{ trans('texts.pattern_help_title') }}</h4>
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
<div class="container" style="width: 100%; padding-bottom: 0px !important">
|
||||
<div class="panel panel-default" style="margin-bottom: 0px">
|
||||
<div class="panel-body">
|
||||
<p>{{ trans('texts.pattern_help_1') }}</p>
|
||||
<p>{{ trans('texts.pattern_help_2') }}</p>
|
||||
<ul>
|
||||
@ -338,6 +340,8 @@
|
||||
'value' => date('Y') . '-0001'
|
||||
]) }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal-footer" style="margin-top: 0px">
|
||||
<button type="button" class="btn btn-primary" data-dismiss="modal">{{ trans('texts.close') }}</button>
|
||||
|
@ -104,7 +104,9 @@
|
||||
@endif
|
||||
</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="container" style="width: 100%; padding-bottom: 0px !important">
|
||||
<div class="panel panel-default" style="margin-bottom: 0px">
|
||||
<div class="panel-body">
|
||||
|
||||
@if ($planDetails && $planDetails['active'])
|
||||
{!! Former::select('plan')
|
||||
@ -136,6 +138,8 @@
|
||||
{!! Former::plaintext(' ')
|
||||
->inlineHelp($account->company->present()->promoMessage) !!}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer" style="margin-top: 0px">
|
||||
@if (Utils::isPro())
|
||||
|
@ -64,8 +64,9 @@
|
||||
<h4 class="modal-title" id="paymentLimitsModalLabel"></h4>
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
<div class="panel-body">
|
||||
<div class="container" style="width: 100%; padding-bottom: 0px !important">
|
||||
<div class="panel panel-default" style="margin-bottom: 0px">
|
||||
<div class="panel-body">
|
||||
<div class="row" style="text-align:center">
|
||||
<div class="col-xs-12">
|
||||
<div id="payment-limits-slider"></div>
|
||||
@ -99,8 +100,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<input type="hidden" name="gateway_type_id" id="payment-limit-gateway-type">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal-footer" style="margin-top: 0px">
|
||||
<button type="button" class="btn btn-default"
|
||||
|
@ -94,7 +94,7 @@
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
<iframe id="server-preview" frameborder="1" width="100%" height="500px"/></iframe>
|
||||
<iframe id="server-preview" style="background-color:#FFFFFF" frameborder="1" width="100%" height="500px"/></iframe>
|
||||
</div>
|
||||
|
||||
<div class="modal-footer" style="margin-top: 0px">
|
||||
@ -132,7 +132,9 @@
|
||||
<h4 class="modal-title" id="templateHelpModalLabel">{{ trans('texts.template_help_title') }}</h4>
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
<div class="container" style="width: 100%; padding-bottom: 0px !important">
|
||||
<div class="panel panel-default" style="margin-bottom: 0px">
|
||||
<div class="panel-body">
|
||||
<p>{{ trans('texts.template_help_1') }}</p>
|
||||
<ul>
|
||||
@foreach([
|
||||
@ -182,6 +184,8 @@
|
||||
@endif
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal-footer" style="margin-top: 0px">
|
||||
<button type="button" class="btn btn-primary" data-dismiss="modal">{{ trans('texts.close') }}</button>
|
||||
|
@ -14,7 +14,8 @@
|
||||
id="bluevineModalLabel">{{ trans('texts.bluevine_modal_label') }}</h4>
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
<div class="container" style="width: 100%; padding-bottom: 0px !important">
|
||||
<div class="panel panel-default" style="margin-bottom: 0px">
|
||||
<div class="panel-body">
|
||||
{!! Former::open('/bluevine/signup')->id('bluevineSignup') !!}
|
||||
{!! trans('texts.bluevine_modal_text') !!}<br/>
|
||||
@ -52,7 +53,8 @@
|
||||
{!! Former::close() !!}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default"
|
||||
data-dismiss="modal">{{ trans('texts.cancel') }}</button>
|
||||
|
@ -6,7 +6,9 @@
|
||||
<h4 class="modal-title" id="paymentRefundModalLabel">{{ trans('texts.refund_payment') }}</h4>
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
<div class="container" style="width: 100%; padding-bottom: 0px !important">
|
||||
<div class="panel panel-default" style="margin-bottom: 0px">
|
||||
<div class="panel-body">
|
||||
<div class="form-horizontal">
|
||||
<div class="form-group">
|
||||
<label for="refundAmount" class="col-sm-offset-2 col-sm-2 control-label">{{ trans('texts.amount') }}</label>
|
||||
@ -19,7 +21,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal-footer" style="margin-top: 0px">
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal">{{ trans('texts.cancel') }}</button>
|
||||
|
Loading…
Reference in New Issue
Block a user