Commit d1cfbe896848077017985d8271363ea96fbfe220

Authored by Anchit Jindal
1 parent 5139fa05b6
Exists in master

minor design changes

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
app/views/updateFBODept/updateFBODept.html
... ... @@ -4,10 +4,13 @@
4 4 <!-- <h2 ng-click="editName()" ng-show="showCompany" style="cursor: pointer;">{{user.companyName}}</h2> -->
5 5 <div style="margin-top: 20px;"><input type="text" placeholder="Enter Company Name" ng-model="user.companyName" class="form-control"></div>
6 6 </div>
  7 + <div class="col-lg-2">
  8 + <div style="margin-top: 20px;"><input type="text" placeholder="Enter ICAO" ng-model="user.icao" class="form-control"></div>
  9 + </div>
7 10 <div class="col-lg-3" style="margin-top: 20px;">
8 11 <button type="button" class="btn btn-w-m btn-danger" ng-click="deleteData()">Delete Account</button>
9 12 </div>
10   - <div class="col-lg-6" style="margin-top: 20px; text-align: right;">
  13 + <div class="col-lg-4" style="margin-top: 20px; text-align: right;">
11 14 <button type="button" class="btn btn-default btn-sm" ui-sref="index.flightDept">Cancel</button>
12 15 <button type="button" class="btn btn-primary btn-sm" ng-click="userData()">Save Changes</button>
13 16 </div>
... ...