From dda385b71d8e4b8fb34b0d9ecf919e3bb45320b7 Mon Sep 17 00:00:00 2001
From: Nathanaƫl Jourdane <njourdane@irap.omp.eu>
Date: Fri, 13 Apr 2018 16:49:46 +0200
Subject: [PATCH] datasets info lists: reduce space on the left

---
 js/resources/css/amda.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/resources/css/amda.css b/js/resources/css/amda.css
index 074e056..4b8cf7f 100644
--- a/js/resources/css/amda.css
+++ b/js/resources/css/amda.css
@@ -261,8 +261,8 @@ background-image: url(../images/16x16/error.png) !important;
     text-align: justify;
 }
 
-.infoWindow li {
-    margin-left: 20px;
+.infoWindow ul {
+    padding-left: 20px;
     text-align: justify;
 }
 
--
libgit2 0.21.2