Skip to content

Commit 00661d8

Browse files
deploy: ccc5198
1 parent ee7cc45 commit 00661d8

2 files changed

Lines changed: 15 additions & 11 deletions

File tree

preview/pr-17/index.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,6 @@ <h1>
4040
</div>
4141
</div>
4242
<hr>
43-
<div class="row search-row">
44-
<div class="col-xs-12">
45-
<div class="input-group search-bar">
46-
<span class="input-group-addon"><i class="fas fa-search"></i></span>
47-
<input type="text" id="search-input" class="form-control" placeholder="Search by name, venue, location…" autocomplete="off">
48-
<span class="input-group-btn">
49-
<button id="clear-search" class="btn btn-default" type="button" title="Clear search"><i class="fas fa-times"></i></button>
50-
</span>
51-
</div>
52-
</div>
53-
</div>
5443
<div class="row">
5544
<div class="col-xs-12">
5645
<span class="tagtitle"><b>Filter by tags:</b> Select one or more to refine the list, or leave all unchecked to show every deadline.</span>
@@ -211,6 +200,16 @@ <h1>
211200
<button class="btn btn-default btn-sm sort-btn" data-sort="event-date">Event Date</button>
212201
</div>
213202

203+
<div class="col-xs-12 search-row">
204+
<div class="input-group search-bar">
205+
<span class="input-group-addon"><i class="fas fa-search"></i></span>
206+
<input type="text" id="search-input" class="form-control" placeholder="Search by name, venue, location…" autocomplete="off">
207+
<span class="input-group-btn">
208+
<button id="clear-search" class="btn btn-default" type="button" title="Clear search"><i class="fas fa-times"></i></button>
209+
</span>
210+
</div>
211+
</div>
212+
214213
</div>
215214

216215
</div>

preview/pr-17/static/css/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ h2 .evtname {
3737
border-left: none;
3838
color: #aaa;
3939
box-shadow: none;
40+
height: 34px;
41+
padding-top: 6px;
42+
padding-bottom: 6px;
43+
font-size: 14px;
44+
line-height: 1.42857;
4045
}
4146

4247
.search-bar .input-group-btn .btn:hover {

0 commit comments

Comments
 (0)