From b8b470c3bfc948aa6dfb19241033a95723778635 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Mon, 2 Nov 2015 16:09:20 -0500 Subject: displaying event id in full screen, fixed rn-platform bug --- www/css/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'www/css') 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 { -- cgit v1.2.3