From ed46ade140dca708e597634fb6e6324f1e7ddf92 Mon Sep 17 00:00:00 2001
From: Hj Ahmad Rasyid Hj Ismail <ahrasis@gmail.com>
Date: Sat, 26 May 2018 03:37:02 +0200
Subject: [PATCH] Update ispconfig.css to fix #select_server a that is affected
 by #sidebar a padding of 10px. Already pr'ed and merged in master via
 https://git.ispconfig.org/ispconfig/ispconfig3/merge_requests/766. Perhaps
 can be merged with stable too?

---
 interface/web/themes/default/assets/stylesheets/ispconfig.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/interface/web/themes/default/assets/stylesheets/ispconfig.css b/interface/web/themes/default/assets/stylesheets/ispconfig.css
index aeb6f9ecd..d432c7c59 100644
--- a/interface/web/themes/default/assets/stylesheets/ispconfig.css
+++ b/interface/web/themes/default/assets/stylesheets/ispconfig.css
@@ -165,6 +165,9 @@ body {
     #sidebar header a {
 		padding: 0; }
 
+#select_server a {
+  padding:0 10px; }
+
 .page-header {
   margin: 20px 0;
   padding: 0; }
-- 
GitLab