Merge branch 'master' into 4523-search-index
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index 7007d8c348657c11dc08b19d8c051db360b603d5..9bc93e32bd49574ff998e60980c6417cb98d4770 100644 (file)
@@ -11,6 +11,7 @@
  *= require_self
  *= require bootstrap
  *= require bootstrap3-editable/bootstrap-editable
+ *= require morris
  *= require_tree .
  */
 
@@ -47,6 +48,9 @@ table.table-justforlayout {
     font-size: .8em;
     color: #888;
 }
+.lighten {
+    color: #888;
+}
 .arvados-filename,
 .arvados-uuid {
     font-size: .8em;
@@ -200,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;
 }
 
@@ -271,3 +272,11 @@ span.editable-textile {
 .compute-summary-numbers td {
   font-size: 150%;
 }
+
+.arv-log-refresh-control {
+  display: none;
+}
+
+[ng\:cloak], [ng-cloak], .ng-cloak {
+    display: none !important;
+}