diff --git a/app/styles/app.css b/app/styles/app.css index e16e5e4..63a5b51 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -50,10 +50,6 @@ footer { text-align: center; } -h2 { - text-align: center; -} - #main { } @@ -69,17 +65,12 @@ h2 { border-collapse: collapse; } -#S1-image { - height: auto; -} - .column-left { - width: 150px !important; + } .column-right { - padding-top: 25px; - padding-bottom: 40px; + padding: 25px 5px 25px 10px; width: 100%; height: 100%; @@ -111,12 +102,15 @@ h2 { } .layout-page h2 { + text-align: center; + + margin: 0; margin-bottom: 10px; } .line-chart { - width: 400px; - height: 400px; + width: 100%; + height: 100%; } .data-table { @@ -129,6 +123,8 @@ h2 { border: 1px solid #999; border-collapse: collapse; + + vertical-align: top; } .data-table th { diff --git a/app/templates/components/entity-chart.hbs b/app/templates/components/entity-chart.hbs index 0892882..f79c280 100644 --- a/app/templates/components/entity-chart.hbs +++ b/app/templates/components/entity-chart.hbs @@ -1,4 +1,4 @@ - +
{{#if entityName}} {{/if}} -
@@ -7,7 +7,7 @@
+ {{property-table model=entity showProperty="showPropertyValues"}} diff --git a/app/templates/components/line-chart.hbs b/app/templates/components/line-chart.hbs index 3fefec9..8b13789 100644 --- a/app/templates/components/line-chart.hbs +++ b/app/templates/components/line-chart.hbs @@ -1,3 +1 @@ -
- Get some space -
+