diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index c6be1c1f..fedf5879 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -225,6 +225,21 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */ width:70%; } +.events-range-modal-text +{ + position:absolute; + bottom:20px; + right:10px; + 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 { |
