From 1ae67048d519047318ef920222f5299696b76248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 6 Feb 2015 13:06:23 +0100 Subject: [PATCH] Set the error message as fixed on the positition --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 5181346e..dc97c914 100755 --- a/static/style.css +++ b/static/style.css @@ -104,7 +104,7 @@ input[type="radio"]{display: none;} #search{padding-left:50px;background: url(search2.png)no-repeat 10px 50%;background-color: rgba(255,255,255,0.2);background-size:2%;transition: box-shadow 0.5s;} #search:focus{ box-shadow: 0px 0px 10px 0.5px #000;} -#eBar, #sBar{font-family: 'Open Sans', sans-serif; font-weight: 300; color:white;position:absolute;width:100%;height:30px;z-index: 9001;text-align: center;font-size:23px; opacity: 0;transition:opacity 0.5s linear;} +#eBar, #sBar{font-family: 'Open Sans', sans-serif; font-weight: 300; color:white;position:fixed;width:100%;height:30px;z-index: 9001;text-align: center;font-size:23px; opacity: 0;transition:opacity 0.5s linear;} #eBar{background-color:#D8000C;} #sBar{background-color:rgb(77, 178, 36);} .opacityFull{opacity: 1 !important;}