aboutsummaryrefslogtreecommitdiffstats
path: root/etc/layout_viewer/css/main.css
blob: 9522c2ccb15acc317d308042df26b63dcf74e310 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.primary {
    border: 1px solid gray;
    border-radius: 8px;
}

.list-group-item {
  overflow-wrap: break-word;
}

#trace-tree {
  max-height: 80vh;
  overflow-y: auto;
}

.hidden-glyphicon {
  visibility:hidden;
}

#toolbar {
  background: rgba(255,255,255,0.5);
  box-shadow: 0.5em 0.5em 2em lightgrey;
  position: fixed;
  top: 1em;
  right: 1em;
  padding: 1em;
  border-radius: 1em;
  font-weight: bold;
  text-align: right;
}