Merge branch 'master' into 3177-collection-choose-files
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index c986f034bcc6a0e19f8525659201a3fe8f6cb74c..7007d8c348657c11dc08b19d8c051db360b603d5 100644 (file)
@@ -150,6 +150,10 @@ nav.navbar-fixed-top .navbar-nav.navbar-right > li > a:hover {
     color: #800;
 }
 
+th[data-sort-order] {
+    cursor: pointer;
+}
+
 .inline-progress-container div.progress {
     margin-bottom: 0;
 }
@@ -244,3 +248,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%;
+}