commit | 510314897901b9f257cc6d4c38dc52c7c0f1cd24 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Wed Feb 17 13:54:11 2016 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Wed Feb 17 13:54:11 2016 -0800 |
tree | 18188aa9aafff4367d82ffb617f90a8d91cecd11 | |
parent | 77d8fa02613100f9fbfe2f4c897576605a884205 [diff] |
Drawing a rack with 2 Compute Nodes
diff --git a/views/ngXosViews/diagnostic/src/css/serviceTopology.css b/views/ngXosViews/diagnostic/src/css/serviceTopology.css index 525ca41..19a24a0 100644 --- a/views/ngXosViews/diagnostic/src/css/serviceTopology.css +++ b/views/ngXosViews/diagnostic/src/css/serviceTopology.css
@@ -4,6 +4,16 @@ height: 50%; } +diagnostic .onethird-height { + position: relative; + height: 33%; +} + +diagnostic .twothird-height { + position: relative; + height: 67%; +} + diagnostic .subscriber-select{ max-width: 200px; position: absolute;