closes #3038
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index 7d87dc3ac51fc55afaddc16b6069dcc9bb585a79..eeb054551ae41a812c86bd7a36ff2c400f7d161c 100644 (file)
@@ -244,7 +244,24 @@ 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;
+}
+
+#page-wrapper > div > h2 {
+  margin-top: 0px;
+}
+
+.compute-summary-numbers td {
+  font-size: 150%;
+}