Commit e06d850e1a62b05f0fb69f260ac4e0fbd2bc80a4
1 parent
9b1fb829
Exists in
master
จัดช่องเสริชใหม่
Showing
1 changed file
with
13 additions
and
7 deletions
Show diff stats
src/app/dashboard/dashboard.component.html
| @@ -20,12 +20,16 @@ | @@ -20,12 +20,16 @@ | ||
| 20 | <div class="caption"> | 20 | <div class="caption"> |
| 21 | <h1 class="icon-bubble font-green-sharp"> | 21 | <h1 class="icon-bubble font-green-sharp"> |
| 22 | <span class="caption-subject font-green-sharp sbold font"> Active</span> | 22 | <span class="caption-subject font-green-sharp sbold font"> Active</span> |
| 23 | - <div class="input-icon right" style="margin-left: 820px; margin-top: -20px;" > | ||
| 24 | - <i class="icon-magnifier"> | ||
| 25 | - </i> | ||
| 26 | - <input type="text" placeholder="Search.." class="form-control sbold font" [(ngModel)]="FilterSearch"> | ||
| 27 | - </div> | ||
| 28 | </h1> | 23 | </h1> |
| 24 | + | ||
| 25 | + <div class="input-group" style="float: right; margin-top: 11px;"> | ||
| 26 | + <div class="input-icon right"> | ||
| 27 | + <i class="icon-magnifier"> | ||
| 28 | + </i> | ||
| 29 | + <input type="text" placeholder="Search.." class="form-control sbold font" [(ngModel)]="FilterSearch"> | ||
| 30 | + </div> | ||
| 31 | + </div> | ||
| 32 | + | ||
| 29 | <hr> | 33 | <hr> |
| 30 | <br> | 34 | <br> |
| 31 | </div> | 35 | </div> |
| @@ -72,12 +76,14 @@ | @@ -72,12 +76,14 @@ | ||
| 72 | <div class="caption"> | 76 | <div class="caption"> |
| 73 | <h1 class="icon-bubble font-grey-gallery"> | 77 | <h1 class="icon-bubble font-grey-gallery"> |
| 74 | <span class="caption-subject font-grey-gallery sbold font"> On Hold</span> | 78 | <span class="caption-subject font-grey-gallery sbold font"> On Hold</span> |
| 75 | - <div class="input-icon right" style="margin-left: 820px; margin-top: -20px;" > | 79 | + </h1> |
| 80 | + <div class="input-group" style="float: right; margin-top: 11px;"> | ||
| 81 | + <div class="input-icon right"> | ||
| 76 | <i class="icon-magnifier"> | 82 | <i class="icon-magnifier"> |
| 77 | </i> | 83 | </i> |
| 78 | <input type="text" placeholder="Search.." class="form-control sbold font" [(ngModel)]="FilterSearchOnHold"> | 84 | <input type="text" placeholder="Search.." class="form-control sbold font" [(ngModel)]="FilterSearchOnHold"> |
| 79 | </div> | 85 | </div> |
| 80 | - </h1> | 86 | + </div> |
| 81 | <hr> | 87 | <hr> |
| 82 | <br> | 88 | <br> |
| 83 | </div> | 89 | </div> |