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 229  
230 230 /* datasets information windows */
231 231  
  232 +.infoWindow table.contact {
  233 + margin: -3px;
  234 +}
  235 +
232 236 .infoWindow table.contact tr td:first-child {
233 237 vertical-align:top;
234   - font-weight: bold;
235   - color: #555555;
  238 + font-style: italic;
236 239 }
237 240  
238 241 .infoWindow table.contact tr td p {
... ... @@ -247,15 +250,20 @@ background-image: url(../images/16x16/error.png) !important;
247 250  
248 251 .infoWindow h2 {
249 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 269 .infoWindow b {
... ...