summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-12-24 18:21:55 -0500
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-12-24 18:21:55 -0500
commit0ba8f03c52b0cd52d77f5d509bc463ed15510e1a (patch)
tree3488cb53f0b74df0e9f4a917a57599d10592761d /www/templates
parent83890557d810525b958f0a572db7a21a75561a7f (diff)
#119 - full screen fixes
Former-commit-id: 18573179c7c756411362cbabb0a6fcf61ceb8b55
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/montage.html11
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}}&nbsp;
</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 -->