From 41f36193c4a7052a65fea037c4a27d5b8360faf1 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 23 May 2008 10:56:18 -0400 Subject: [PATCH] Fixed spacing at the end of buttons in safari. --- interface/web/themes/default/style.css | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/interface/web/themes/default/style.css b/interface/web/themes/default/style.css index af57b5f..ae9dac4 100644 --- a/interface/web/themes/default/style.css +++ b/interface/web/themes/default/style.css @@ -315,6 +315,7 @@ font-size:14px; /* used to catch the buttonEnding */ position: relative; + margin-right:0px } .buttonEnding { -- Gitblit v1.9.1