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>
<br>
<table class="table table-bordered table-responsive">
<table class="table table-bordered table-responsiv">
<thead>
<tr>
<th>Courier Name</th>
@ -48,7 +48,7 @@
<td>{{cour.status}}</td>
<td>
<!--<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>
</tr>
</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>
<tab>
<ng-template tabHeading>Student Enrolment</ng-template>
<div class="form-group">
<div class="form-group line-height">
<div class="row">
<div class="form-group col-md-4">
<label for="name"> Select Study Center</label>
@ -21,7 +21,7 @@
<tabset>
<tab>
<ng-template tabHeading>Student List</ng-template>
<div class="card">
<div class="card line-height">
<div class="card-header">
<i class="fa fa-align-justify"></i> Student Details List
</div>
@ -86,7 +86,7 @@
</div>
</div>
<br>
<table class="table table-bordered table-responsive">
<table class="table table-bordered table-responsive line-height-table">
<thead>
<tr>
<th>Form Id</th>
@ -110,11 +110,11 @@
<td>{{app.sem}}</td>
<td>{{app.batch}}</td>
<td>
<span *ngIf="app.status == 1" class="badge badge-success">Active</span>
<span *ngIf="app.status == 0" class="badge badge-danger">In-Active</span>
<span *ngIf="app.status == 1" style="line-height: 0.1;">Active</span>
<span *ngIf="app.status == 0" style="line-height: 0.1;">In-Active</span>
</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>-->
</td>
</tr>
@ -141,7 +141,7 @@
</div>
<br>
<div *ngIf="!oldReg">
<div class="card">
<div class="card line-height">
<div class="card-header">
Personal Details
</div>
@ -225,7 +225,7 @@
<!--<div class="card-footer">
</div>-->
</div>
<div class="card">
<div class="card line-height">
<div class="card-header">
Course Details
</div>
@ -296,7 +296,7 @@
<tab>
<ng-template tabHeading>Re-registertion</ng-template>
<div>
<div class="card">
<div class="card line-height">
<div class="card-header">
Re-registration
</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>
<tab>
<ng-template tabHeading>Answer Booklet Status</ng-template>
<div class="form-group">
<div class="form-group line-height">
<div class="row">
<div class="form-group col-md-4">
<label for="name"> Select Study Center</label>
@ -18,7 +18,7 @@
</div>
</div>
</div>
<div class="card">
<div class="card line-height">
<div class="card-header">
<i class="fa fa-align-justify"></i> Answer Booklet List
</div>
@ -82,7 +82,7 @@
</div>
</div>
<br>
<table class="table table-bordered table-responsive">
<table class="table table-bordered table-responsive line-height-table">
<thead>
<tr>
<th>Form Id</th>
@ -108,7 +108,7 @@
<td>{{app.status}}</td>
<td>
<!--<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>
</tr>
</tbody>

View File

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

View File

@ -5,7 +5,7 @@
<tabset>
<tab>
<ng-template tabHeading>Documents Status</ng-template>
<div class="form-group">
<div class="form-group line-height">
<div class="row">
<div class="form-group col-md-4">
<label for="name"> Select Study Center</label>
@ -18,7 +18,7 @@
</div>
</div>
</div>
<div class="card">
<div class="card line-height">
<div class="card-header">
<i class="fa fa-align-justify"></i> Documents Status List
</div>
@ -82,7 +82,7 @@
</div>
</div>
<br>
<table class="table table-bordered table-responsive">
<table class="table table-bordered table-responsive line-height-table">
<thead>
<tr>
<th>Form Id</th>
@ -107,7 +107,7 @@
<td>{{app.batch}}</td>
<td>{{app.status}}</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>-->
</td>
</tr>

View File

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