From 00758e515aa097c09f6ed93ac6b5f0e7d16f635c Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Sat, 4 Mar 2017 12:18:34 +0100
Subject: [PATCH] Better css

---
 htdocs/theme/eldy/style.css.php | 3 +++
 htdocs/theme/md/style.css.php   | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 35dd6aa4a28..f58ed5d4144 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -282,6 +282,9 @@ textarea.cke_source:focus
 	box-shadow: none;
 }
 
+.liste_titre input[name=month], .liste_titre input[name=month_lim] {
+	margin-right: 4px;
+}
 input, input.flat, textarea, textarea.flat, form.flat select, select, select.flat, .dataTables_length label select {
     font-size: <?php print $fontsize ?>px;
     font-family: <?php print $fontlist ?>;
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 7a62f0b3f92..3fa54b1d462 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -270,6 +270,9 @@ textarea.cke_source:focus
 	box-shadow: none;
 }
 
+.liste_titre input[name=month], .liste_titre input[name=month_lim] {
+	margin-right: 4px;
+}
 input, input.flat, textarea, textarea.flat, form.flat select, select, select.flat, .dataTables_length label select {
     font-size: <?php print $fontsize ?>px;
 	font-family: <?php print $fontlist ?>;
-- 
GitLab