[ARVADOS] updated: e947468785cfcd8ebd1324ca1b477351a55b10fd
git at public.curoverse.com
git at public.curoverse.com
Thu May 29 10:51:11 EDT 2014
Summary of changes:
apps/workbench/app/assets/stylesheets/collections.css.scss | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
via e947468785cfcd8ebd1324ca1b477351a55b10fd (commit)
from 317064a4ddead0d64d6e312a21d2bb34504aa104 (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 e947468785cfcd8ebd1324ca1b477351a55b10fd
Author: Brett Smith <brett at curoverse.com>
Date: Thu May 29 10:52:04 2014 -0400
2753: Fix Collection inline file view.
The height limit needs to be applied to the images themselves, rather
than the containing div.
diff --git a/apps/workbench/app/assets/stylesheets/collections.css.scss b/apps/workbench/app/assets/stylesheets/collections.css.scss
index 2bd9bd8..35c2249 100644
--- a/apps/workbench/app/assets/stylesheets/collections.css.scss
+++ b/apps/workbench/app/assets/stylesheets/collections.css.scss
@@ -28,9 +28,11 @@ ul.collection_files li {
.collection_files_inline {
clear: both;
width: 80%;
- height: auto;
- max-height: 6em;
- margin: 0 1em;
+ margin: 0 3em;
+}
+
+.collection_files_inline img {
+ max-height: 15em;
}
.collection_files_name {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list