diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/montage.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html index d30800b8..4d7426d9 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -71,20 +71,21 @@ {{monitor.Monitor.Name}} </div> </span> + + <div id="slowpulse" ng-class="monitor.Monitor.isAlarmed=='true'?'minimized-alarmed-header animated infinite flash':''" ng-if="minimal"></div> + </div> </div> <div ng-if="isModalActive"> - <img id="img-$index" ng-src="img/pausevideo.png" style="display:block;" /> + <img id="img-$index" ng-src="img/pausevideo.png" style="margin-top:0px; + width: 100% !important; + height: auto !important;" /> </div> - <div id="slowpulse" ng-class="monitor.Monitor.isAlarmed=='true'?'minimized-alarmed-header animated infinite flash':''" ng-if="minimal"></div> - - - <!-- alarm flash --> </span> <!-- ngrepeat --> |
