[ARVADOS] updated: 0863b0df409012677f0911ac3a068195067f7c7b
git at public.curoverse.com
git at public.curoverse.com
Wed Feb 5 20:18:12 EST 2014
Summary of changes:
.../app/views/layouts/application.html.erb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
via 0863b0df409012677f0911ac3a068195067f7c7b (commit)
from c0c1111f322159333fdf14e3d3e8ce0c00662734 (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 0863b0df409012677f0911ac3a068195067f7c7b
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Wed Feb 5 20:19:08 2014 -0500
Fixed search box for chrome
diff --git a/apps/workbench/app/views/layouts/application.html.erb b/apps/workbench/app/views/layouts/application.html.erb
index 341be81..b5bf677 100644
--- a/apps/workbench/app/views/layouts/application.html.erb
+++ b/apps/workbench/app/views/layouts/application.html.erb
@@ -87,7 +87,7 @@
<li>
<form class="navbar-form" role="search">
- <div class="input-group">
+ <div class="input-group" style="width: 300px">
<input type="text" class="form-control" placeholder="search">
<span class="input-group-addon"><span class="glyphicon glyphicon-search"></span>
</div>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list