closes #3038
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index 6b91783e60abe882bbe7b5ba06fb33a4979e790f..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;
+}
 
-div.rounded {
-  border-radius: 3px;
+.compute-summary-numbers td {
+  font-size: 150%;
 }