From a4041e6e99949ea1f9c861e3adebb876e0cadf39 Mon Sep 17 00:00:00 2001 From: Nathanaƫl Jourdane <njourdane@irap.omp.eu> Date: Wed, 11 Apr 2018 15:24:48 +0200 Subject: [PATCH] Several improvments on datasets info --- js/resources/css/amda.css | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/js/resources/css/amda.css b/js/resources/css/amda.css index bed0c74..7d8a0c6 100644 --- a/js/resources/css/amda.css +++ b/js/resources/css/amda.css @@ -229,10 +229,13 @@ background-image: url(../images/16x16/error.png) !important; /* datasets information windows */ +.infoWindow table.contact { + margin: -3px; +} + .infoWindow table.contact tr td:first-child { vertical-align:top; - font-weight: bold; - color: #555555; + font-style: italic; } .infoWindow table.contact tr td p { @@ -247,15 +250,20 @@ background-image: url(../images/16x16/error.png) !important; .infoWindow h2 { font-size: small; - margin-bottom: 5px; + color: #555555; + margin-bottom: 3px; } -.infoWindow h3 { - font-size: x-small; +.infoWindow p { + margin: 5px 0px; } -.infoWindow p { - margin-top: 5px; +.infoWindow .line { + display: block; +} + +.infoWindow li { + margin-left: 20px; } .infoWindow b { -- libgit2 0.21.2