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,7 +19,7 @@ | ||
19 | <div class="caption"> | 19 | <div class="caption"> |
20 | <h1 class="icon-bubble font-green-sharp"> | 20 | <h1 class="icon-bubble font-green-sharp"> |
21 | <span class="caption-subject font-green-sharp sbold font"> Active</span> | 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 | <i class="icon-magnifier"> | 23 | <i class="icon-magnifier"> |
24 | </i> | 24 | </i> |
25 | <input type="text" placeholder="Search.." class="form-control sbold font"> | 25 | <input type="text" placeholder="Search.." class="form-control sbold font"> |
@@ -68,6 +68,11 @@ | @@ -68,6 +68,11 @@ | ||
68 | <div class="caption"> | 68 | <div class="caption"> |
69 | <h1 class="icon-bubble font-red-mint"> | 69 | <h1 class="icon-bubble font-red-mint"> |
70 | <span class="caption-subject font-red-mint sbold font"> On Hold</span> | 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 | </h1> | 76 | </h1> |
72 | <hr> | 77 | <hr> |
73 | </div> | 78 | </div> |