aboutsummaryrefslogtreecommitdiff
path: root/tools/gui/resources/web/styles.css
diff options
context:
space:
mode:
authortim-zh <tim.zhlobich@gmail.com>2017-05-01 18:55:33 +0300
committertim-zh <tim.zhlobich@gmail.com>2017-05-01 18:55:33 +0300
commitae4b7b1ef5ec86f8ac5859d6e3593ba49885f036 (patch)
tree82c2a55aa43e4334e514d15b95b8136ce33928c7 /tools/gui/resources/web/styles.css
parentfb0c68ffab35db304771e177ce93f80a680fabcc (diff)
downloadcbt-ae4b7b1ef5ec86f8ac5859d6e3593ba49885f036.tar.gz
cbt-ae4b7b1ef5ec86f8ac5859d6e3593ba49885f036.tar.bz2
cbt-ae4b7b1ef5ec86f8ac5859d6e3593ba49885f036.zip
Fix #421 Html notifications
Diffstat (limited to 'tools/gui/resources/web/styles.css')
-rw-r--r--tools/gui/resources/web/styles.css13
1 files changed, 13 insertions, 0 deletions
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;