Remove projects panels from dashboard
[arvados.git] / apps / workbench / app / assets / stylesheets / projects.css.scss
1 .arv-project-list > .row {
2     padding-top: 5px;
3     padding-bottom: 5px;
4     padding-right: 1em;
5 }
6 .arv-project-list > .row.project:hover {
7     background: #d9edf7;
8 }
9 div.scroll-20em {
10     height: 20em;
11     overflow-y: scroll;
12 }
13
14 .compute-summary {
15     margin: 0.1em;
16 }
17
18 .compute-summary-head {
19     margin-left: 0.3em;
20 }
21
22 .compute-detail {
23     border: 1px solid;
24     border-color: #DDD;
25     border-radius: 3px;
26     padding: 0.2em;
27     position: absolute;
28     z-index: 1;
29     background: white;
30 }
31
32 .compute-summary-numbers table {
33   width: 100%;
34   td,th {
35     text-align: center;
36   }
37 }