Fix the look of the details form. #207
This commit is contained in:
parent
55bd686b34
commit
2a31a2823d
1 changed files with 213 additions and 191 deletions
|
|
@ -11,9 +11,30 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- END: Subheader -->
|
<!-- END: Subheader -->
|
||||||
<div class="m-content">
|
<div class="m-content">
|
||||||
|
<!--Begin::Section-->
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xl-12">
|
||||||
|
<div class="m-portlet m-portlet--mobile">
|
||||||
|
<div class="m-portlet__head">
|
||||||
|
<div class="m-portlet__head-caption">
|
||||||
|
<div class="m-portlet__head-title">
|
||||||
|
<span class="m-portlet__head-icon">
|
||||||
|
<i class="flaticon-transport"></i>
|
||||||
|
</span>
|
||||||
|
<h3 class="m-portlet__head-text">
|
||||||
|
Legacy Job Order
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!--Begin::Section-->
|
<!--Begin::Section-->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<form id="row-form" class="m-form m-form--fit m-form--label-align-right">
|
<form id="row-form" class="m-form m-form--fit m-form--label-align-right">
|
||||||
|
<div class="m-portlet__body">
|
||||||
<div class="m-form__section{{ mode == 'details' }}">
|
<div class="m-form__section{{ mode == 'details' }}">
|
||||||
<div class="m-form__heading">
|
<div class="m-form__heading">
|
||||||
<h3 class="m-form__heading-title">
|
<h3 class="m-form__heading-title">
|
||||||
|
|
@ -223,6 +244,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue