Supervisor dropdown alignment
Showing
1 changed file
with
14 additions
and
8 deletions
| ... | @@ -4,10 +4,19 @@ | ... | @@ -4,10 +4,19 @@ |
| 4 | <h2>Output Report</h2> | 4 | <h2>Output Report</h2> |
| 5 | <p></p> | 5 | <p></p> |
| 6 | </div> | 6 | </div> |
| 7 | <label> | 7 | |
| 8 | User Id | 8 | <div class="row"> |
| 9 | <div class="column"> | ||
| 10 | <form class="form-horizontal" id="output-report-supervisor" name="output-report-supervisor"> | ||
| 11 | <div class="table-responsive" style="background: #fff;"> | ||
| 12 | <br> | ||
| 13 | <div class="dropdown"> | ||
| 14 | <label style="text-indent: 2em;"> | ||
| 15 | <h5> | ||
| 16 | Select RM/PB : | ||
| 17 | </h5> | ||
| 9 | </label> | 18 | </label> |
| 10 | <select id="supervisorid" style="border:1px solid #efefef;" onchange='userchange("");'> | 19 | <select id="supervisorid" style="border:3px solid #efefef;" onchange='userchange("");'> |
| 11 | <option value="ALL">ALL | 20 | <option value="ALL">ALL |
| 12 | </option> | 21 | </option> |
| 13 | <?php | 22 | <?php |
| ... | @@ -17,11 +26,8 @@ User Id | ... | @@ -17,11 +26,8 @@ User Id |
| 17 | <option value="{{$user->id }}" {{$selected}}>{{$user->username}}</option> | 26 | <option value="{{$user->id }}" {{$selected}}>{{$user->username}}</option> |
| 18 | <?php } ?> | 27 | <?php } ?> |
| 19 | </select> | 28 | </select> |
| 20 | <div class="row"> | 29 | </div> |
| 21 | <div class="column"> | 30 | <br> |
| 22 | <form class="form-horizontal" id="output-report" name="output-report"> | ||
| 23 | <div class="table-responsive" style="background: #fff;"> | ||
| 24 | |||
| 25 | <table class="table"> | 31 | <table class="table"> |
| 26 | <thead> | 32 | <thead> |
| 27 | <tr> | 33 | <tr> | ... | ... |
-
Please register or sign in to post a comment