aboutsummaryrefslogtreecommitdiff
path: root/kamon-dashboard/src/main/resources/web/css/app.css
blob: c797bd649bc87850b0bc3ab368708ad9ff955f49 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
body {
  /* 60px to make the container go all the way to the bottom of the topbar */
  padding-top: 60px;
}

#text-input {
  width: 80%;
}

.messages > div {
  border-bottom: solid lightgray 1px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.messages > div:first-of-type {
  border-top: solid lightgray 1px;
}

.messages > div > .username {
  font-weight: bold;
}

body {
    padding-top: 60px;
    padding-bottom: 40px;
}

body { min-width: 520px; }

.column { width: 50%; float: left; padding-bottom: 100px; }
.portlet { margin: 0 1em 1em 0; }
.portlet-header { margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; }
.portlet-header .ui-icon { float: right; }
.portlet-content { padding: 0.4em; }
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
.ui-sortable-placeholder * { visibility: hidden; }

/*Tree*/
.node {
    cursor: pointer;
}

.node circle {
    fill: #fff;
    stroke: steelblue;
    stroke-width: 1.5px;
}

.node text {
    font: 10px sans-serif;
}

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px;
}