[ARVADOS] updated: 550997435f03118e51571994acc07273907bc6fd
git at public.curoverse.com
git at public.curoverse.com
Wed Oct 29 11:20:13 EDT 2014
Summary of changes:
apps/workbench/app/views/collections/_show_files.html.erb | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
via 550997435f03118e51571994acc07273907bc6fd (commit)
from f549c9f05860abfb394b550c0b2c30a5a7c33283 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 550997435f03118e51571994acc07273907bc6fd
Author: Tim Pierce <twp at curoverse.com>
Date: Wed Oct 29 11:19:32 2014 -0400
4088: fix alignment for right-floating input field
diff --git a/apps/workbench/app/views/collections/_show_files.html.erb b/apps/workbench/app/views/collections/_show_files.html.erb
index 8055913..327c1ae 100644
--- a/apps/workbench/app/views/collections/_show_files.html.erb
+++ b/apps/workbench/app/views/collections/_show_files.html.erb
@@ -17,10 +17,14 @@
</ul>
</div>
</div>
- <div class="pull-right">
+ <div class="pull-right col-lg-3">
<%= form_tag collection_path(@object.uuid), {method: 'get'} do %>
- <input class="form-control" id="file_regex" name="file_regex" placeholder="regular expression" value="<%= params[:file_regex] %>" type="text"/>
- <button id="file_regex_submit" type="submit" class="btn btn-primary" autofocus>Filter</button>
+ <div class="input-group">
+ <input class="form-control" id="file_regex" name="file_regex" placeholder="regular expression" value="<%= params[:file_regex] %>" type="text"/>
+ <span class="input-group-btn">
+ <button id="file_regex_submit" type="submit" class="btn btn-primary" autofocus>Filter</button>
+ </span>
+ </div>
<% end %>
</div>
</div>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list