From ae4b7b1ef5ec86f8ac5859d6e3593ba49885f036 Mon Sep 17 00:00:00 2001 From: tim-zh Date: Mon, 1 May 2017 18:55:33 +0300 Subject: Fix #421 Html notifications --- tools/gui/resources/web/styles.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tools/gui/resources/web/styles.css') diff --git a/tools/gui/resources/web/styles.css b/tools/gui/resources/web/styles.css index 124b63f..e9d6626 100644 --- a/tools/gui/resources/web/styles.css +++ b/tools/gui/resources/web/styles.css @@ -149,6 +149,19 @@ button, .entry { cursor: pointer; } +#notifications { + position: absolute; + top: 1em; + left: 1em; + width: 20%; + max-height: 30%; + background: rgba(0, 0, 0, 0.1); + padding: 0 0.2em; + font-size: 0.5em; + overflow-y: auto; + word-wrap: break-word; +} + #popup { position: fixed; left: 0; -- cgit v1.2.3