From 58855d35f79d6525abfd0f716af415512ddc4430 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 26 Feb 2012 21:44:44 +0100 Subject: [PATCH] Some settings styling --- couchpotato/static/style/page/settings.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/static/style/page/settings.css b/couchpotato/static/style/page/settings.css index c780e56..f17d724 100644 --- a/couchpotato/static/style/page/settings.css +++ b/couchpotato/static/style/page/settings.css @@ -28,10 +28,10 @@ right top, 40% 4%, color-stop(0, rgba(0,0,0, 0.3)), - color-stop(0.9, rgba(0,0,0, 0)) + color-stop(1, rgba(0,0,0, 0)) ); background-image: -moz-linear-gradient( - 30% 0% 16deg, + 10% 0% 16deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100% );