[ARVADOS] updated: ad4c4cf2e90ed64e15f6594678fb1f503c1aefbb
git at public.curoverse.com
git at public.curoverse.com
Fri Mar 13 14:51:26 EDT 2015
Summary of changes:
apps/workbench/app/assets/stylesheets/application.css.scss | 8 +++++---
.../app/views/application/_show_autoselect_text.html.erb | 4 ++--
.../workbench/app/views/collections/_show_source_summary.html.erb | 3 ++-
apps/workbench/app/views/collections/show.html.erb | 2 +-
4 files changed, 10 insertions(+), 7 deletions(-)
via ad4c4cf2e90ed64e15f6594678fb1f503c1aefbb (commit)
from f8e19785f4cd376652771325cd1fe055fd5da344 (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 ad4c4cf2e90ed64e15f6594678fb1f503c1aefbb
Author: Brett Smith <brett at curoverse.com>
Date: Fri Mar 13 14:45:50 2015 -0400
5034: Fixups from code review.
diff --git a/apps/workbench/app/assets/stylesheets/application.css.scss b/apps/workbench/app/assets/stylesheets/application.css.scss
index d000970..ec7eee4 100644
--- a/apps/workbench/app/assets/stylesheets/application.css.scss
+++ b/apps/workbench/app/assets/stylesheets/application.css.scss
@@ -96,10 +96,12 @@ form.small-form-margin {
input.select-on-focus {
font-family: monospace;
background: inherit;
- border: none;
- border-left: thin #ddd solid;
- border-bottom: thin #ddd solid;
+ border: thin #ccc solid;
border-radius: .2em;
+ padding: .15em .5em;
+}
+input.select-on-focus:focus {
+ border-color: #9bf;
}
/* top nav */
diff --git a/apps/workbench/app/views/application/_show_autoselect_text.html.erb b/apps/workbench/app/views/application/_show_autoselect_text.html.erb
index 746ebcf..e82b8c1 100644
--- a/apps/workbench/app/views/application/_show_autoselect_text.html.erb
+++ b/apps/workbench/app/views/application/_show_autoselect_text.html.erb
@@ -1,4 +1,4 @@
-<%# Render local `text` so the entire text is automatically selected when
- clicked or focused. %>
+<%# Render local variable `text` so the entire text is automatically
+ selected when clicked or focused. %>
<input class="select-on-focus <%= tagclass %>" type="text" readonly
size="<%= text.size %>" value="<%= text %>">
diff --git a/apps/workbench/app/views/collections/_show_source_summary.html.erb b/apps/workbench/app/views/collections/_show_source_summary.html.erb
index d98b525..3d8032b 100644
--- a/apps/workbench/app/views/collections/_show_source_summary.html.erb
+++ b/apps/workbench/app/views/collections/_show_source_summary.html.erb
@@ -1,4 +1,5 @@
-<p><%= pluralize(@object.manifest.files_count, "file") %> totalling
+<p><i>Content size:</i><br />
+ <%= pluralize(@object.manifest.files_count, "file") %> totalling
<%= raw(human_readable_bytes_html(@object.manifest.files_size)) %></p>
<% if not (@output_of.andand.any? or @log_of.andand.any?) %>
diff --git a/apps/workbench/app/views/collections/show.html.erb b/apps/workbench/app/views/collections/show.html.erb
index 8b82cca..c6bad7d 100644
--- a/apps/workbench/app/views/collections/show.html.erb
+++ b/apps/workbench/app/views/collections/show.html.erb
@@ -17,7 +17,7 @@
<%= render_editable_attribute @object, 'description', nil, { 'data-emptytext' => "(No description provided)", 'data-toggle' => 'manual' } %>
</div>
<img src="/favicon.ico" class="pull-right" alt="" style="opacity: 0.3"/>
- <p><i>Arvados UUID:</i><br />
+ <p><i>Collection UUID:</i><br />
<%= render partial: "show_autoselect_text", locals: {text: @object.uuid, tagclass: "arvados-uuid"} %>
</p>
<p><i>Content address:</i><br />
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list