From 67ea47248d158ca238e3922f1a43d2c4e78a144e Mon Sep 17 00:00:00 2001 From: Suraj Date: Fri, 5 Feb 2016 00:06:44 +0530 Subject: [PATCH] modified the notification prompt --- public/static/css/styles.css | 21 ++++++++++----------- templates/_head.html | 13 ++++++++----- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/public/static/css/styles.css b/public/static/css/styles.css index a808287..39cb469 100644 --- a/public/static/css/styles.css +++ b/public/static/css/styles.css @@ -54,23 +54,22 @@ textarea { right: 10px; max-width: 400px; padding: 12px; - background-color: #FFF; - box-shadow: 1px 0px 9px 0px rgba(252, 103, 22, 0.4); - border: 1px solid #DEB3A8; + background-color: #F2FCFF; + box-shadow: 1px 0px 9px 0px rgba(27, 123, 216, 0.4); + border: 1px solid #5596CE; + border-radius: 10px; border-radius: 10px; z-index: 1100; max-height: 90px; margin-top: 20px; + min-width: 200px; } -.notification-close{ - background-color: #2037B3; - border-radius: 40px; - border:none; - color: #FFF; - align-content: center; - position: fixed; - margin-top: -20px; +#btnMessage { + padding: 1px 12px; + height: 30px; + text-align: center; + float: right; } /*-------------------------------------- diff --git a/templates/_head.html b/templates/_head.html index 0b60555..7f72ecd 100644 --- a/templates/_head.html +++ b/templates/_head.html @@ -43,7 +43,7 @@ -
{{.Message}}
+