Merge branch '2042-new-collection-from-selected-files'
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index 4e2c19c42223e4b623c583756a9eba997a7c70b8..455e4c0a9fa6cb13553cd121b5c64f427c8fbc90 100644 (file)
@@ -91,11 +91,6 @@ form.small-form-margin {
     padding: 2px 20px;
 }*/
 
-.left-nav ul ul li > div {
-    margin-left: 1.5em;
-    text-indent: -1.5em;
-}
-
 ul.arvados-nav {
     list-style: none;
     padding-left: 0em;
@@ -127,7 +122,7 @@ ul.arvados-nav li ul li {
 }
 
 .inline-progress-container {
-    width: 100px;
+    width: 100%;
     display:inline-block;
 }
 
@@ -154,21 +149,16 @@ li.notification {
 }
 .arvados-nav-container {
     top: 70px; 
+    height: calc(100% - 70px); 
     overflow: auto; 
     z-index: 2;
 }
-.arvados-nav {
-    padding-top: 70px;
-}
 
 .arvados-nav-active {
     background: rgb(66, 139, 202);
 }
 
-.arvados-nav-active a {
-    color: white;
-}
-.arvados-nav-active a:hover {
+.arvados-nav-active a, .arvados-nav-active a:hover {
     color: white;
 }
 
@@ -186,3 +176,12 @@ 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;
+}
+