From 86c90e3a7fec6017f724160f557c9cfb1789cd56 Mon Sep 17 00:00:00 2001
From: Nathanaƫl Jourdane <nathanael.jourdane@irap.omp.eu>
Date: Wed, 28 Mar 2018 19:00:31 +0200
Subject: [PATCH] Update CSS for datasets information windows

---
 js/resources/css/amda.css | 39 +++++++++++++++++++++++++++++++--------
 1 file changed, 31 insertions(+), 8 deletions(-)

diff --git a/js/resources/css/amda.css b/js/resources/css/amda.css
index 51ce619..5e60d3e 100644
--- a/js/resources/css/amda.css
+++ b/js/resources/css/amda.css
@@ -139,7 +139,7 @@ background-image: url(../images/small_cancel_centered.png);
 }
 
 .ux-rangemenu-eq {
-    background-image: url(../images/16x16//equals.png) !important;
+    background-image: url(../images/16x16/equals.png) !important;
 }
 /*
 .icon-kill {
@@ -190,13 +190,13 @@ background-image: url(../images/16x16/error.png) !important;
     background-repeat: no-repeat;
 }
 
-.icon-addRsrc {
-     background-image:url( ../images/32x32/1309360076_misc_22.png ) !important;
-}
+/*.icon-addRsrc {*/
+     /*background-image:url( ../images/32x32/1309360076_misc_22.png ) !important;*/
+/*}*/
 
-.icon-removeRsrc {
-     background-image:url( ../images/32x32/1309360153_misc_21.png ) !important;
-}
+/*.icon-removeRsrc {*/
+     /*background-image:url( ../images/32x32/1309360153_misc_21.png ) !important;*/
+/*}*/
 
 .plotPanelBgColor  td {
 	color: black!important;
@@ -504,4 +504,27 @@ p + p {
 .epntap_cell {
 	padding: 4px;
 	white-space: normal;
-}
\ No newline at end of file
+}
+
+/* datasets information windows */
+
+.infoWindow table.contact tr td:first-child {
+	vertical-align:top;
+	font-weight: bold;
+}
+
+.infoWindow table.contact tr td p {
+	margin-top: 0;
+}
+
+.infoWindow h1 {
+	font-size: large;
+}
+
+.infoWindow h2 {
+	font-size: small;
+}
+
+.infoWindow h3 {
+	font-size: x-small;
+}
--
libgit2 0.21.2