aboutsummaryrefslogtreecommitdiff
path: root/kamon-dashboard/src/main/resources/web/css/app.css
blob: 663add6b2616c517b03acd6034885da3ef333b1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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;
}