From 41f36193c4a7052a65fea037c4a27d5b8360faf1 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 23 May 2008 14:56:18 +0000
Subject: [PATCH] Fixed spacing at the end of buttons in safari.

---
 interface/web/themes/default/style.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/interface/web/themes/default/style.css b/interface/web/themes/default/style.css
index af57b5fac3..ae9dac4cff 100644
--- a/interface/web/themes/default/style.css
+++ b/interface/web/themes/default/style.css
@@ -315,6 +315,7 @@ TEXTAREA {
 	font-size:14px;
     /* used to catch the buttonEnding */
     position: relative;
+	margin-right:0px
 }
 
 .buttonEnding {
-- 
GitLab