File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments