Skip to content

Commit 617831b

Browse files
committed
addressing @ElDeveloper comments
1 parent cbebd76 commit 617831b

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

qiita_pet/templates/list_studies.html

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -341,25 +341,22 @@
341341
<!--User Studies-->
342342
<div class="row">
343343
<div class="col-sm-12" id="user-studies-div">
344-
<table border="0" width="100%">
345-
<tr>
346-
<td width="70%">
347-
<h5 class="gray-msg">Filter by column data (Title, abstract, PI, etc):</h5>
348-
<input type="text" class="form-control" id="study-search-input" style="width: 100%">
349-
</td>
350-
<td width="10px">&nbsp;</td>
351-
<td>
352-
<h5 class="gray-msg">
353-
Filter studies by tags:
354-
<small>(
355-
<span style="color: #FFA500">Admin</span>,
356-
<span style="color: #1E90FF">User</span>
357-
)</small>
358-
</h5>
359-
<select class="js-select2-multiple form-control" id="study_tags_multiple" multiple="multiple" style="width: 100%"></select>
360-
</td>
361-
</tr>
362-
</table>
344+
<div class="row">
345+
<div class="col-md-8">
346+
<h5 class="gray-msg">Filter by column data (Title, abstract, PI, etc):</h5>
347+
<input type="text" class="form-control" id="study-search-input" style="width: 100%">
348+
</div>
349+
<div class="col-md-4">
350+
<h5 class="gray-msg">
351+
Filter studies by tags:
352+
<small>(
353+
<span style="color: #FFA500">Admin</span>,
354+
<span style="color: #1E90FF">User</span>
355+
)</small>
356+
</h5>
357+
<select class="js-select2-multiple form-control" id="study_tags_multiple" multiple="multiple" style="width: 100%"></select>
358+
</div>
359+
</div>
363360

364361
<h3 class="gray-msg">Your Studies</h3>
365362
<table id="user-studies-table" class="table table-bordered gray-msg">

0 commit comments

Comments
 (0)