Merge remote-tracking branch 'origin/master' into 2042-new-collection-from-selected...
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index 3b57784c74f603203728b63e8c863f45e828c427..7a26c709ff678842597383190822b2933ec84ee4 100644 (file)
@@ -176,3 +176,19 @@ table.table-fixed-header-row tbody {
     position:relative;
     top:1.5em;
 }
+
+/* Setting the height needs to be fixed with javascript. */
+.dropdown-menu {
+    padding-right: 20px;
+    max-height: 440px;
+    width: 400px;
+    overflow-y: auto;
+}
+
+#persistent-selection-list {
+    width: 500px;
+}
+
+#persistent-selection-list li table tr {
+  border-top: 1px solid rgb(221, 221, 221);
+}