From ae992f53831c105d6deacfef79d7723b22a00033 Mon Sep 17 00:00:00 2001
From: Tim Roes <mail@timroes.de>
Date: Mon, 7 May 2012 17:07:51 +0200
Subject: [PATCH] Changed padding and margin like @selfthinker suggested

---
 lib/styles/screen.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/styles/screen.css b/lib/styles/screen.css
index 3bf1ea0fc..8ada48932 100644
--- a/lib/styles/screen.css
+++ b/lib/styles/screen.css
@@ -10,12 +10,12 @@ div.success,
 div.notify {
     color: #000;
     background-repeat: no-repeat;
-    background-position: .5em 50%;
+    background-position: 8px 50%;
     border: 1px solid;
     font-size: 90%;
-    margin: 0.5em 0;
+    margin: 0 0 0.5em;
     padding: 0.4em;
-    padding-left: 3em;
+    padding-left: 32px;
     overflow: hidden;
     border-radius: 5px;
 }
-- 
GitLab