courier, student, document screeen changes : kdk

This commit is contained in:
dineshkumarkannan 2018-08-01 18:29:03 +05:30
parent 202063ddc3
commit b11fcce25a
8 changed files with 43 additions and 19 deletions

View File

@ -22,7 +22,7 @@
</div> </div>
</div> </div>
<br> <br>
<table class="table table-bordered table-responsive"> <table class="table table-bordered table-responsiv">
<thead> <thead>
<tr> <tr>
<th>Courier Name</th> <th>Courier Name</th>
@ -48,7 +48,7 @@
<td>{{cour.status}}</td> <td>{{cour.status}}</td>
<td> <td>
<!--<i class="fa fa-edit" tooltip="Edit" (click)="editEmployee()"></i> |--> <!--<i class="fa fa-edit" tooltip="Edit" (click)="editEmployee()"></i> |-->
<i class="fa fa-eye" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(cour)"></i> <i class="fa fa-eye line-height-table" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(cour)"></i>
</td> </td>
</tr> </tr>
</tbody> </tbody>

View File

@ -0,0 +1,6 @@
.line-height {
line-height: 0.5;
}
.line-height-table {
line-height: 0.1;
}

View File

@ -5,7 +5,7 @@
<tabset> <tabset>
<tab> <tab>
<ng-template tabHeading>Student Enrolment</ng-template> <ng-template tabHeading>Student Enrolment</ng-template>
<div class="form-group"> <div class="form-group line-height">
<div class="row"> <div class="row">
<div class="form-group col-md-4"> <div class="form-group col-md-4">
<label for="name"> Select Study Center</label> <label for="name"> Select Study Center</label>
@ -21,7 +21,7 @@
<tabset> <tabset>
<tab> <tab>
<ng-template tabHeading>Student List</ng-template> <ng-template tabHeading>Student List</ng-template>
<div class="card"> <div class="card line-height">
<div class="card-header"> <div class="card-header">
<i class="fa fa-align-justify"></i> Student Details List <i class="fa fa-align-justify"></i> Student Details List
</div> </div>
@ -86,7 +86,7 @@
</div> </div>
</div> </div>
<br> <br>
<table class="table table-bordered table-responsive"> <table class="table table-bordered table-responsive line-height-table">
<thead> <thead>
<tr> <tr>
<th>Form Id</th> <th>Form Id</th>
@ -110,11 +110,11 @@
<td>{{app.sem}}</td> <td>{{app.sem}}</td>
<td>{{app.batch}}</td> <td>{{app.batch}}</td>
<td> <td>
<span *ngIf="app.status == 1" class="badge badge-success">Active</span> <span *ngIf="app.status == 1" style="line-height: 0.1;">Active</span>
<span *ngIf="app.status == 0" class="badge badge-danger">In-Active</span> <span *ngIf="app.status == 0" style="line-height: 0.1;">In-Active</span>
</td> </td>
<td> <td>
<i class="fa fa-edit" tooltip="Edit" (click)="editDocuments()"></i> <i class="fa fa-edit line-height-table" tooltip="Edit" (click)="editDocuments()"></i>
<!--<i class="fa fa-eye" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(app)"></i>--> <!--<i class="fa fa-eye" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(app)"></i>-->
</td> </td>
</tr> </tr>
@ -141,7 +141,7 @@
</div> </div>
<br> <br>
<div *ngIf="!oldReg"> <div *ngIf="!oldReg">
<div class="card"> <div class="card line-height">
<div class="card-header"> <div class="card-header">
Personal Details Personal Details
</div> </div>
@ -225,7 +225,7 @@
<!--<div class="card-footer"> <!--<div class="card-footer">
</div>--> </div>-->
</div> </div>
<div class="card"> <div class="card line-height">
<div class="card-header"> <div class="card-header">
Course Details Course Details
</div> </div>
@ -296,7 +296,7 @@
<tab> <tab>
<ng-template tabHeading>Re-registertion</ng-template> <ng-template tabHeading>Re-registertion</ng-template>
<div> <div>
<div class="card"> <div class="card line-height">
<div class="card-header"> <div class="card-header">
Re-registration Re-registration
</div> </div>

View File

@ -0,0 +1,6 @@
.line-height {
line-height: 0.5;
}
.line-height-table {
line-height: 0.1;
}

View File

@ -5,7 +5,7 @@
<tabset> <tabset>
<tab> <tab>
<ng-template tabHeading>Answer Booklet Status</ng-template> <ng-template tabHeading>Answer Booklet Status</ng-template>
<div class="form-group"> <div class="form-group line-height">
<div class="row"> <div class="row">
<div class="form-group col-md-4"> <div class="form-group col-md-4">
<label for="name"> Select Study Center</label> <label for="name"> Select Study Center</label>
@ -18,7 +18,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="card"> <div class="card line-height">
<div class="card-header"> <div class="card-header">
<i class="fa fa-align-justify"></i> Answer Booklet List <i class="fa fa-align-justify"></i> Answer Booklet List
</div> </div>
@ -82,7 +82,7 @@
</div> </div>
</div> </div>
<br> <br>
<table class="table table-bordered table-responsive"> <table class="table table-bordered table-responsive line-height-table">
<thead> <thead>
<tr> <tr>
<th>Form Id</th> <th>Form Id</th>
@ -108,7 +108,7 @@
<td>{{app.status}}</td> <td>{{app.status}}</td>
<td> <td>
<!--<i class="fa fa-edit" tooltip="Edit" (click)="editDocuments()"></i> --> <!--<i class="fa fa-edit" tooltip="Edit" (click)="editDocuments()"></i> -->
<i class="fa fa-eye" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(app)"></i> <i class="fa fa-eye line-height-table" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(app)"></i>
</td> </td>
</tr> </tr>
</tbody> </tbody>

View File

@ -4,4 +4,10 @@
} }
.backToList:hover { .backToList:hover {
color: blue; color: blue;
}
.line-height {
line-height: 0.5;
}
.line-height-table {
line-height: 0.1;
} }

View File

@ -5,7 +5,7 @@
<tabset> <tabset>
<tab> <tab>
<ng-template tabHeading>Documents Status</ng-template> <ng-template tabHeading>Documents Status</ng-template>
<div class="form-group"> <div class="form-group line-height">
<div class="row"> <div class="row">
<div class="form-group col-md-4"> <div class="form-group col-md-4">
<label for="name"> Select Study Center</label> <label for="name"> Select Study Center</label>
@ -18,7 +18,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="card"> <div class="card line-height">
<div class="card-header"> <div class="card-header">
<i class="fa fa-align-justify"></i> Documents Status List <i class="fa fa-align-justify"></i> Documents Status List
</div> </div>
@ -82,7 +82,7 @@
</div> </div>
</div> </div>
<br> <br>
<table class="table table-bordered table-responsive"> <table class="table table-bordered table-responsive line-height-table">
<thead> <thead>
<tr> <tr>
<th>Form Id</th> <th>Form Id</th>
@ -107,7 +107,7 @@
<td>{{app.batch}}</td> <td>{{app.batch}}</td>
<td>{{app.status}}</td> <td>{{app.status}}</td>
<td> <td>
<i class="fa fa-edit" tooltip="Edit" (click)="editDocuments()"></i> <i class="fa fa-edit line-height-table" tooltip="Edit" (click)="editDocuments()"></i>
<!--<i class="fa fa-eye" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(app)"></i>--> <!--<i class="fa fa-eye" tooltip="View More" data-toggle="modal" (click)="myModal.show(); getModelWindowDetails(app)"></i>-->
</td> </td>
</tr> </tr>

View File

@ -4,4 +4,10 @@
} }
.backToList:hover { .backToList:hover {
color: blue; color: blue;
}
.line-height {
line-height: 0.5;
}
.line-height-table {
line-height: 0.1;
} }