Adjust panel styling

This commit is contained in:
Hillel Coren 2017-02-20 12:27:26 +02:00
parent 96fb72c339
commit ce44504942
12 changed files with 17 additions and 18 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
body {
background-color: #fcfcfc;
background-color: #f8f8f8;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {

View file

@ -297,9 +297,8 @@ div.panel {
padding-right: 0px !important;
}
.panel {
border-radius: 3px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.2);
border-color: #ffffff !important;
}
.pointer {

View file

@ -357,7 +357,7 @@ iframe.src = '{{ rtrim(SITE_URL ,'/') }}/view/'
</div>
</div>
<div class="modal-footer" style="margin-top: 0px">
<div class="modal-footer" style="margin-top: 2px">
<button type="button" class="btn btn-primary" data-dismiss="modal">{{ trans('texts.close') }}</button>
</div>

View file

@ -227,7 +227,7 @@
@endif
</div>
<div class="modal-footer" style="margin-top: 0px">
<div class="modal-footer" style="margin-top: 2px">
<button type="button" class="btn btn-default" data-dismiss="modal">{{ trans('texts.close') }}</button>
</div>

View file

@ -113,7 +113,7 @@
</div>
</div>
<div class="modal-footer" style="margin-top: 0px">
<div class="modal-footer" style="margin-top: 2px">
<button type="button" class="btn btn-primary" data-dismiss="modal">{{ trans('texts.close') }}</button>
</div>

View file

@ -343,7 +343,7 @@
</div>
</div>
<div class="modal-footer" style="margin-top: 0px">
<div class="modal-footer" style="margin-top: 2px">
<button type="button" class="btn btn-primary" data-dismiss="modal">{{ trans('texts.close') }}</button>
</div>

View file

@ -141,7 +141,7 @@
</div>
</div>
</div>
<div class="modal-footer" style="margin-top: 0px">
<div class="modal-footer" style="margin-top: 2px">
@if (Utils::isPro())
<div class="pull-left" style="padding-top: 8px;color:#888888">
{{ trans('texts.changes_take_effect_immediately') }}
@ -244,7 +244,7 @@
&nbsp;<p>{!! Former::textarea('reason')->placeholder(trans('texts.reason_for_canceling'))->raw() !!}</p>&nbsp;
</div>
<div class="modal-footer" style="margin-top: 0px">
<div class="modal-footer" style="margin-top: 2px">
<button type="button" class="btn btn-default" data-dismiss="modal">{{ trans('texts.go_back') }}</button>
<button type="button" class="btn btn-danger" onclick="confirmCancel()">{{ trans('texts.cancel_account') }}</button>
</div>

View file

@ -115,7 +115,7 @@
</div>
</div>
<div class="modal-footer" style="margin-top: 0px; padding-right:0px">
<div class="modal-footer" style="margin-top: 2px; padding-right:0px">
<div id="defaultDiv" style="display:none" class="pull-left">
{!! Former::checkbox('save_as_default')
->text('save_as_default')

View file

@ -25,7 +25,7 @@
</div>
</div>
<div class="modal-footer" style="margin-top: 0px">
<div class="modal-footer" style="margin-top: 2px">
<button type="button" class="btn btn-default" data-dismiss="modal">{{ trans('texts.cancel') }}</button>
<button type="button" class="btn btn-primary" id="completeRefundButton">{{ trans('texts.refund') }}</button>
</div>

View file

@ -188,7 +188,7 @@
</div>
</div>
</div>
<div class="modal-footer" style="margin-top: 0px">
<div class="modal-footer" style="margin-top: 2px">
<button type="button" class="btn btn-default" data-dismiss="modal">{{ trans('texts.cancel') }}</button>
<button type="submit" class="btn btn-primary">{{ trans('texts.complete_verification') }}</button>
</div>
@ -209,7 +209,7 @@
<div class="modal-body">
<p>{{ trans('texts.confirm_remove_payment_method') }}</p>
</div>
<div class="modal-footer" style="margin-top: 0px">
<div class="modal-footer" style="margin-top: 2px">
<button type="button" class="btn btn-default" data-dismiss="modal">{{ trans('texts.cancel') }}</button>
<button type="submit" class="btn btn-primary">{{ trans('texts.remove') }}</button>
</div>