Commit a4041e6e99949ea1f9c861e3adebb876e0cadf39

Authored by Nathanaël Jourdane
1 parent f38ddaa6

Several improvments on datasets info

Showing 1 changed file with 15 additions and 7 deletions   Show diff stats
js/resources/css/amda.css
@@ -229,10 +229,13 @@ background-image: url(../images/16x16/error.png) !important; @@ -229,10 +229,13 @@ background-image: url(../images/16x16/error.png) !important;
229 229
230 /* datasets information windows */ 230 /* datasets information windows */
231 231
  232 +.infoWindow table.contact {
  233 + margin: -3px;
  234 +}
  235 +
232 .infoWindow table.contact tr td:first-child { 236 .infoWindow table.contact tr td:first-child {
233 vertical-align:top; 237 vertical-align:top;
234 - font-weight: bold;  
235 - color: #555555; 238 + font-style: italic;
236 } 239 }
237 240
238 .infoWindow table.contact tr td p { 241 .infoWindow table.contact tr td p {
@@ -247,15 +250,20 @@ background-image: url(../images/16x16/error.png) !important; @@ -247,15 +250,20 @@ background-image: url(../images/16x16/error.png) !important;
247 250
248 .infoWindow h2 { 251 .infoWindow h2 {
249 font-size: small; 252 font-size: small;
250 - margin-bottom: 5px; 253 + color: #555555;
  254 + margin-bottom: 3px;
251 } 255 }
252 256
253 -.infoWindow h3 {  
254 - font-size: x-small; 257 +.infoWindow p {
  258 + margin: 5px 0px;
255 } 259 }
256 260
257 -.infoWindow p {  
258 - margin-top: 5px; 261 +.infoWindow .line {
  262 + display: block;
  263 +}
  264 +
  265 +.infoWindow li {
  266 + margin-left: 20px;
259 } 267 }
260 268
261 .infoWindow b { 269 .infoWindow b {