Showing
15 changed files
with
36 additions
and
5 deletions
views/.vs/ProjectSettings.json
0 → 100644
views/.vs/VSWorkspaceState.json
0 → 100644
views/.vs/slnx.sqlite
0 → 100644
No preview for this file type
views/.vs/views/v15/.suo
0 → 100644
No preview for this file type
views/ejs/.vs/ProjectSettings.json
0 → 100644
views/ejs/.vs/VSWorkspaceState.json
0 → 100644
views/ejs/.vs/ejs/v15/.suo
0 → 100644
No preview for this file type
views/ejs/.vs/slnx.sqlite
0 → 100644
No preview for this file type
... | @@ -71,8 +71,7 @@ | ... | @@ -71,8 +71,7 @@ |
71 | <div class="container" style="width:50%;"> | 71 | <div class="container" style="width:50%;"> |
72 | <div class="row"> | 72 | <div class="row"> |
73 | <h3 class="form-signin-heading col-md-10" style="text-align: left;">내 덱 리스트</h3> | 73 | <h3 class="form-signin-heading col-md-10" style="text-align: left;">내 덱 리스트</h3> |
74 | - <a href="/newdeck"><input type="button" class="btn col-md-2" value="+" style="margin-left: 345px;" /></a> | 74 | + <a href="/newdeck"><input type="button" class="btn col-md-2" value="+" style="margin-top: 18px;" /></a> |
75 | - <input type="button" class="btn col-md-2" id="deleteButton" value="-" style="margin-left: 20px;" /> | ||
76 | </div> | 75 | </div> |
77 | <br> | 76 | <br> |
78 | <table class="table" style="width:100%"> | 77 | <table class="table" style="width:100%"> | ... | ... |
views/html/.vs/ProjectSettings.json
0 → 100644
views/html/.vs/VSWorkspaceState.json
0 → 100644
views/html/.vs/html/v15/.suo
0 → 100644
No preview for this file type
views/html/.vs/slnx.sqlite
0 → 100644
No preview for this file type
... | @@ -78,11 +78,11 @@ | ... | @@ -78,11 +78,11 @@ |
78 | <table class="table" style="width:100%"> | 78 | <table class="table" style="width:100%"> |
79 | <tr id="rm1"> | 79 | <tr id="rm1"> |
80 | <td style="text-align: center; width:500px"><a class="list-group-item" href="#">덱 이름1</a></td> | 80 | <td style="text-align: center; width:500px"><a class="list-group-item" href="#">덱 이름1</a></td> |
81 | - <td><input type="button" class="btn btn-lg btn-info" style="width:100px; height:42px" id ="delButton1" value="삭제" /></td> | 81 | + <td><input type="button" class="btn btn-lg btn-info" style="width:100px; height:42px" id="delButton1" value="삭제" /></td> |
82 | </tr> | 82 | </tr> |
83 | <tr id="rm2"> | 83 | <tr id="rm2"> |
84 | <td style="text-align: center; width:500px"><a class="list-group-item" href="#">덱 이름2</a></td> | 84 | <td style="text-align: center; width:500px"><a class="list-group-item" href="#">덱 이름2</a></td> |
85 | - <td><input type="button" class="btn btn-lg btn-info" style="width:100px; height:42px" id ="delButton2" value="삭제" /></td> | 85 | + <td><input type="button" class="btn btn-lg btn-info" style="width:100px; height:42px" id="delButton2" value="삭제" /></td> |
86 | </tr> | 86 | </tr> |
87 | </table> | 87 | </table> |
88 | </div> | 88 | </div> | ... | ... |
... | @@ -86,7 +86,7 @@ | ... | @@ -86,7 +86,7 @@ |
86 | </thead> | 86 | </thead> |
87 | <tbody> | 87 | <tbody> |
88 | <tr> | 88 | <tr> |
89 | - <td><input type="text" class="btn-block" name="keyword" style="height:42px; text-align:center;" /></td> | 89 | + <td><input type="text" class="btn-block" name="keyword" style="height:42px; text-align:center;" value="안녕"/></td> |
90 | <td><a class="list-group-item">60</a></td> | 90 | <td><a class="list-group-item">60</a></td> |
91 | </tr> | 91 | </tr> |
92 | <tr> | 92 | <tr> | ... | ... |
-
Please register or login to post a comment