| commit | ba2d63df5d6f0362e0f334094f66c07aa94fd340 | [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 | a8d7201f47f88a9bd2f4440db7cc52b8a71f326f | |
| parent | 657d13288b599813965164af3bc213997651fb15 [diff] [blame] |
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;