Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / assets / stylesheets / projects.css.scss
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 .arv-project-list > .row {
6     padding-top: 5px;
7     padding-bottom: 5px;
8     padding-right: 1em;
9 }
10 .arv-project-list > .row.project:hover {
11     background: #d9edf7;
12 }
13 div.scroll-20em {
14     height: 20em;
15     overflow-y: scroll;
16 }
17
18 .compute-summary {
19     margin: 0.15em 0em 0.15em 0em;
20     display: inline-block;
21 }
22
23 .compute-summary-head {
24     margin-left: 0.3em;
25 }
26
27 .compute-detail {
28     border: 1px solid;
29     border-color: #DDD;
30     border-radius: 3px;
31     padding: 0.2em;
32     position: absolute;
33     z-index: 1;
34     background: white;
35 }
36
37 .compute-detail:hover {
38    cursor: pointer;
39 }
40
41 .compute-node-summary:hover {
42   cursor: pointer;
43 }
44
45 .compute-summary-numbers .panel {
46   margin-bottom: 0px;
47 }
48
49 .compute-summary-numbers table {
50   width: 100%;
51   td,th {
52     text-align: center;
53   }
54 }
55
56 .compute-summary-nodelist {
57   margin-bottom: 10px
58 }
59
60 .dashboard-panel-info-row {
61   padding: .5em;
62   border-radius: .3em;
63 }
64
65 .dashboard-panel-info-row:hover {
66   background-color: #D9EDF7;
67 }
68
69 .progress-bar.progress-bar-default {
70   background-color: #999;
71 }