Commit e06d850e1a62b05f0fb69f260ac4e0fbd2bc80a4

Authored by trainee
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 20 <div class="caption">
21 21 <h1 class="icon-bubble font-green-sharp">
22 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 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 33 <hr>
30 34 <br>
31 35 </div>
... ... @@ -72,12 +76,14 @@
72 76 <div class="caption">
73 77 <h1 class="icon-bubble font-grey-gallery">
74 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 82 <i class="icon-magnifier">
77 83 </i>
78 84 <input type="text" placeholder="Search.." class="form-control sbold font" [(ngModel)]="FilterSearchOnHold">
79 85 </div>
80   - </h1>
  86 + </div>
81 87 <hr>
82 88 <br>
83 89 </div>
... ...