Merge branch '12934-cwl-conformance' refs #12934
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index 31f06e9e5802653ce6ada0379c08579eb84650c5..4112b22b8ce60b0c6beb2171c7f9d834ba09bbc9 100644 (file)
@@ -16,6 +16,7 @@
  *= require bootstrap
  *= require bootstrap3-editable/bootstrap-editable
  *= require morris
+ *= require awesomplete
  *= require_tree .
  */
 
@@ -203,6 +204,10 @@ li.notification {
     padding: 10px;
 }
 
+td.trash-project-msg {
+    white-space: normal;
+}
+
 // See HeaderRowFixer in application.js
 table.table-fixed-header-row {
     width: 100%;
@@ -316,3 +321,13 @@ ul.nav.nav-tabs {
 {
     width: 98%!important;
 }
+
+/* Needed for awesomplete to play nice with bootstrap */
+div.awesomplete {
+    display: block;
+}
+/* Makes awesomplete listings to be scrollable */
+.awesomplete > ul {
+    max-height: 410px;
+    overflow-y: auto;
+}
\ No newline at end of file