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