Arvados-DCO-1.1-Signed-off-by: Radhika Chippada <radhika@curoverse.com>
[arvados.git] / apps / workbench / app / assets / stylesheets / collections.css.scss
index 2bd9bd83997bc49e957d92bc2e5f8e7deb63bde3..c5cc699b3311c0ceac8aad4b91bacfed14471b6a 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 /* Style for _show_files tree view. */
 
 ul#collection_files {
@@ -28,9 +32,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 +68,13 @@ $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;
+}
+
+.collection-tag-field * {
+  display: inline-block;
+}