Merge branch '5105-ajax-redirect' closes #5105
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index 4c8f921f47ad5cce6a12e599df4bc248950e1943..710bc9227cc790ae17c1c1d070486be8fe2e1118 100644 (file)
@@ -48,6 +48,9 @@ table.table-justforlayout {
     font-size: .8em;
     color: #888;
 }
+.lighten {
+    color: #888;
+}
 .arvados-filename,
 .arvados-uuid {
     font-size: .8em;
@@ -201,11 +204,8 @@ table.table-fixed-header-row tbody {
     top:1.5em;
 }
 
-/* Setting the height needs to be fixed with javascript. */
 .dropdown-menu {
-    padding-right: 20px;
-    max-height: 440px;
-    width: 400px;
+    max-height: 30em;
     overflow-y: auto;
 }
 
@@ -276,3 +276,13 @@ span.editable-textile {
 .arv-log-refresh-control {
   display: none;
 }
+
+/* Hide Angular content until Angular is ready */
+[ng\:cloak], [ng-cloak], .ng-cloak {
+    display: none !important;
+}
+
+/* tabs */
+ul.nav.nav-tabs {
+    font-size: 90%
+}