11789: Added tests.
[arvados.git] / apps / workbench / app / assets / stylesheets / projects.css.scss
index 724c40a13e00bc33b40bb0f12188b7f8fc170b52..cf1d15e6e0d7926cb42195525b311c3b1de7e259 100644 (file)
@@ -12,7 +12,8 @@ div.scroll-20em {
 }
 
 .compute-summary {
-    margin: 0.1em;
+    margin: 0.15em 0em 0.15em 0em;
+    display: inline-block;
 }
 
 .compute-summary-head {
@@ -29,9 +30,38 @@ div.scroll-20em {
     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