3605: Dashboard compute node and pipeline status work in progress
[arvados.git] / apps / workbench / app / assets / stylesheets / projects.css.scss
index 53b352d5e798a0abaf1acebdd79dc4c2a866f1f6..724c40a13e00bc33b40bb0f12188b7f8fc170b52 100644 (file)
@@ -10,3 +10,28 @@ div.scroll-20em {
     height: 20em;
     overflow-y: scroll;
 }
+
+.compute-summary {
+    margin: 0.1em;
+}
+
+.compute-summary-head {
+    margin-left: 0.3em;
+}
+
+.compute-detail {
+    border: 1px solid;
+    border-color: #DDD;
+    border-radius: 3px;
+    padding: 0.2em;
+    position: absolute;
+    z-index: 1;
+    background: white;
+}
+
+.compute-summary-numbers table {
+  width: 100%;
+  td,th {
+    text-align: center;
+  }
+}
\ No newline at end of file