diff --git a/app/styles/app.css b/app/styles/app.css index e740c3d..a19a801 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -178,6 +178,27 @@ p { padding-left: 20px; } +button { + border: 3px solid blue; + color #FFF; + background-color: #ccf; + + font-size: 30px; + font-weight: bold; + + width: 250px; + height: 50px; +} + +button:disabled { + border: 3px solid gray; + background-color: #ccc; +} + +#init-button { + +} + /* * Layout */ @@ -270,6 +291,11 @@ overflow: hidden; margin: 0; } +.shadowed { + box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), + 0 10px 20px 0 rgba(0, 0, 0, 0.2); +} + /* * Content */ diff --git a/app/templates/lab-mashup.hbs b/app/templates/lab-mashup.hbs index 62b520b..8621b01 100644 --- a/app/templates/lab-mashup.hbs +++ b/app/templates/lab-mashup.hbs @@ -79,8 +79,12 @@ {{line-chart data=Voltage203937 height="90%" xaxisLength=120 minValue=0.90 maxValue=1.05 label="RMS voltage [pu]"}} - - +
+ +
+
+ +
@@ -153,10 +157,10 @@ {{#if initState}} - + {{/if}} {{#if eventState}} - + {{/if}}