11789: Added tests.
[arvados.git] / apps / workbench / app / assets / stylesheets / projects.css.scss
index 53b352d5e798a0abaf1acebdd79dc4c2a866f1f6..cf1d15e6e0d7926cb42195525b311c3b1de7e259 100644 (file)
@@ -10,3 +10,58 @@ div.scroll-20em {
     height: 20em;
     overflow-y: scroll;
 }
+
+.compute-summary {
+    margin: 0.15em 0em 0.15em 0em;
+    display: inline-block;
+}
+
+.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-detail:hover {
+   cursor: pointer;
+}
+
+.compute-node-summary:hover {
+  cursor: pointer;
+}
+
+.compute-summary-numbers .panel {
+  margin-bottom: 0px;
+}
+
+.compute-summary-numbers table {
+  width: 100%;
+  td,th {
+    text-align: center;
+  }
+}
+
+.compute-summary-nodelist {
+  margin-bottom: 10px
+}
+
+.dashboard-panel-info-row {
+  padding: .5em;
+  border-radius: .3em;
+}
+
+.dashboard-panel-info-row:hover {
+  background-color: #D9EDF7;
+}
+
+.progress-bar.progress-bar-default {
+  background-color: #999;
+}
\ No newline at end of file