aboutsummaryrefslogtreecommitdiff
path: root/kamon-dashboard/src/main/resources/web/css/app.css
diff options
context:
space:
mode:
authorDiego Parra <diegolparra@gmail.com>2013-08-23 04:19:17 -0300
committerDiego Parra <diegolparra@gmail.com>2013-08-23 04:19:17 -0300
commitb03b74291b60e9882e815d7823221eacbbf3cfca (patch)
treeb14e9c8835515fe342b13eb40f4fa81eaf46fec1 /kamon-dashboard/src/main/resources/web/css/app.css
parent5f12ee932b1d5ba28b775058fe35f8d7ba16b1bf (diff)
downloadKamon-b03b74291b60e9882e815d7823221eacbbf3cfca.tar.gz
Kamon-b03b74291b60e9882e815d7823221eacbbf3cfca.tar.bz2
Kamon-b03b74291b60e9882e815d7823221eacbbf3cfca.zip
WIP:first implementation of Kamon Dashboard
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;
+}