summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-11-02 16:09:20 -0500
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-11-02 16:09:20 -0500
commitb8b470c3bfc948aa6dfb19241033a95723778635 (patch)
tree20efa43ba58ead0ebf598d4f9a5b7fe90ce1e824 /www/css
parentf31966d959a32cb203c155fa34b60ac6cfc7df0e (diff)
displaying event id in full screen, fixed rn-platform bug
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css15
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
{