20259: Add documentation for banner and tooltip features
[arvados.git] / apps / workbench / app / assets / stylesheets / projects.css.scss
index 724c40a13e00bc33b40bb0f12188b7f8fc170b52..10c2ed05913cfe77d0dbc91ecc36bdb09529a7a7 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 .arv-project-list > .row {
     padding-top: 5px;
     padding-bottom: 5px;
@@ -12,7 +16,8 @@ div.scroll-20em {
 }
 
 .compute-summary {
-    margin: 0.1em;
+    margin: 0.15em 0em 0.15em 0em;
+    display: inline-block;
 }
 
 .compute-summary-head {
@@ -29,9 +34,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