aboutsummaryrefslogtreecommitdiff
path: root/kamon-dashboard/src/main/resources/web/css/app.css
diff options
context:
space:
mode:
authorDiego Parra <diegolparra@gmail.com>2013-09-01 19:22:26 -0300
committerDiego Parra <diegolparra@gmail.com>2013-09-01 19:22:26 -0300
commite457fb4d3b8535c27343c80c45fdbe7fa7a93dae (patch)
tree7585b5e48e8c56554f272c2915a6e25f7dcef7ec /kamon-dashboard/src/main/resources/web/css/app.css
parent0b24374b851590d54c3a671ecbc812d2dc3bed3a (diff)
downloadKamon-e457fb4d3b8535c27343c80c45fdbe7fa7a93dae.tar.gz
Kamon-e457fb4d3b8535c27343c80c45fdbe7fa7a93dae.tar.bz2
Kamon-e457fb4d3b8535c27343c80c45fdbe7fa7a93dae.zip
WIP: Refactor in dashboard in order to prepare actro tree view
Diffstat (limited to 'kamon-dashboard/src/main/resources/web/css/app.css')
-rw-r--r--kamon-dashboard/src/main/resources/web/css/app.css36
1 files changed, 36 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
index 663add6b..c797bd64 100644
--- a/kamon-dashboard/src/main/resources/web/css/app.css
+++ b/kamon-dashboard/src/main/resources/web/css/app.css
@@ -20,3 +20,39 @@ body {
.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;
+} \ No newline at end of file