X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/35cd1ab03e06910a2536bb473529511b8af20b94..65622f423c2ee35250856657b06118481d53edc8:/apps/workbench/app/assets/stylesheets/collections.css.scss diff --git a/apps/workbench/app/assets/stylesheets/collections.css.scss b/apps/workbench/app/assets/stylesheets/collections.css.scss index 2bd9bd8399..2d2d0f25d1 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 { @@ -62,3 +64,9 @@ $active-bg: #39b3d7; .btn-group.toggle-persist .btn-info.active { background-color: $active-bg; } + +.lock-collection-btn { + display: inline-block; + padding: .5em 2em; + margin: 0 1em; +}