From 2010c41ef7588880960179a03db99752a5f109a4 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 3 Jun 2012 12:55:37 +0200 Subject: [PATCH] Put update message on top again --- couchpotato/static/style/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/static/style/main.css b/couchpotato/static/style/main.css index 679748b6..d7011fc1 100644 --- a/couchpotato/static/style/main.css +++ b/couchpotato/static/style/main.css @@ -311,7 +311,7 @@ body > .spinner, .mask{ .header .message.update { text-align: center; position: relative; - top: -70px; + top: -100px; padding: 2px 0; background: #ff6134; font-size: 12px;