Commit 71873ab2f77a3177917e80df74702eed16bcc5ca
1 parent
b19e46d0
Exists in
master
สร้าง search สำเร็จ เหลือทำให้ search ได้จริงๆ
Showing
2 changed files
with
6 additions
and
5 deletions
Show diff stats
src/app/dashboard/dashboard.component.html
... | ... | @@ -19,7 +19,7 @@ |
19 | 19 | <div class="caption"> |
20 | 20 | <h1 class="icon-bubble font-green-sharp"> |
21 | 21 | <span class="caption-subject font-green-sharp sbold font"> Active</span> |
22 | - <div class="input-icon right"> | |
22 | + <div class="input-icon right" style="margin-left: 820px; margin-top: -20px;" > | |
23 | 23 | <i class="icon-magnifier"> |
24 | 24 | </i> |
25 | 25 | <input type="text" placeholder="Search.." class="form-control sbold font"> |
... | ... | @@ -68,6 +68,11 @@ |
68 | 68 | <div class="caption"> |
69 | 69 | <h1 class="icon-bubble font-red-mint"> |
70 | 70 | <span class="caption-subject font-red-mint sbold font"> On Hold</span> |
71 | + <div class="input-icon right" style="margin-left: 820px; margin-top: -20px;" > | |
72 | + <i class="icon-magnifier"> | |
73 | + </i> | |
74 | + <input type="text" placeholder="Search.." class="form-control sbold font"> | |
75 | + </div> | |
71 | 76 | </h1> |
72 | 77 | <hr> |
73 | 78 | </div> | ... | ... |