aboutsummaryrefslogtreecommitdiff
path: root/kamon-dashboard/src/main/resources/web/css/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-dashboard/src/main/resources/web/css/app.css')
-rw-r--r--kamon-dashboard/src/main/resources/web/css/app.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/kamon-dashboard/src/main/resources/web/css/app.css b/kamon-dashboard/src/main/resources/web/css/app.css
new file mode 100644
index 00000000..663add6b
--- /dev/null
+++ b/kamon-dashboard/src/main/resources/web/css/app.css
@@ -0,0 +1,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;
+}