diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index 042b9ee8..b3afe635 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -240,6 +240,24 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */ } + +.monitor-modal-text +{ + position:absolute; + bottom:30px; + + left: 50%; + transform: translate(-50%, 0%); + z-index:10; + opacity:0.7; + color:white; + background-color: black; + border-radius: 5px 5px 5px 5px; + padding-left:3px; + padding-right:3px; + +} + .events-alarm-line { |
