4228: fix arv_normalize input when a file in a subdir of a collection is being combined.
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index 7d87dc3ac51fc55afaddc16b6069dcc9bb585a79..fc7e462b88c5a4c6a797b05a26530c54506207c4 100644 (file)
@@ -244,7 +244,26 @@ div.pane-content iframe {
   width: 100%;
   border: none;
 }
-
 span.editable-textile {
   display: inline-block;
 }
+.text-overflow-ellipsis {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
+.time-label-divider {
+  font-size: 80%;
+  min-width: 1em;
+  padding: 0px 2px 0px 0px;
+}
+.task-summary-status {
+  font-size: 80%;
+}
+#page-wrapper > div > h2 {
+  margin-top: 0px;
+}
+
+.compute-summary-numbers td {
+  font-size: 150%;
+}