From f580d43c3525a6742bb2e74c44171dbd8aceaeb5 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Thu, 21 Nov 2013 17:03:13 +0100 Subject: [PATCH] Overlay aligned correctly --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index ba992ad..ef10a09 100755 --- a/css/style.css +++ b/css/style.css @@ -643,6 +643,8 @@ header { position: fixed; width: 100%; height: 100%; + top: 0px; + left: 0px; background-color: rgba(0,0,0,.3); background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.50))); background-image: -webkit-radial-gradient(50% 50%, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.85)); @@ -966,6 +968,8 @@ header { position: fixed; width: 100%; height: 100%; + top: 0px; + left: 0px; background-color: rgba(0,0,0,.7); -webkit-animation-name: fadeIn; -webkit-animation-duration: .5s;