Project

General

Profile

« Previous | Next » 

Revision b70a44ff

Added by Andreas Kohlbecker over 11 years ago

resetting too agressive default styles

View differences:

7.x/modules/cdm_dataportal/cdm_dataportal.css
3 3
 * ======= General styles =======
4 4
 *
5 5
 * @WA comment: these styles may affect the looks of the site, since these
6
 * are not CDM Dataportal specific classes or ids. 
6
 * are not CDM Dataportal specific classes or ids.
7 7
 * See also http://groups.drupal.org/node/6355.
8 8
 */
9 9
body .messages {
......
11 11
  margin-top: 25px;
12 12
}
13 13

  
14
div.debug, 
14
div.debug,
15 15
h6.debug {
16 16
  background-color: #252525;
17 17
  color: #aaa;
......
160 160
}
161 161

  
162 162
/*
163
ul.cdm_names a:link, 
163
ul.cdm_names a:link,
164 164
ul.cdm_names .Synonym a:visited {
165 165
  color: #7c7c7f;
166 166
}
......
312 312
  margin-top: 20px;
313 313
}
314 314

  
315
/* 
316
Important, otherwise the media viewer will be displayed over the
315
/*
316
WA: Important, otherwise the media viewer will be displayed over the
317 317
Drupal Admin Overlay when this is used.
318

  
319
AK: this is not working since 'position: absolute;' will casue the content continer to be not extended to the site of
320
the image viewer
318 321
*/
319 322
div.cdm_media_viewer_image {
320
  position: absolute;
323
  /* position: absolute; */
321 324
  z-index: 1;
322 325
}
323 326
#openlayers {
......
362 365
  display: none;
363 366
}
364 367
.media-caption dd.title {
365
  font-weight: bold;
366
  font-size: 130%;
368
  /* font-weight: bold;
369
  font-size: 130%; */
367 370
}
368 371

  
369 372
.cdm_names .media-caption {
......
527 530
}
528 531
#block-system-help .content {
529 532
  margin: 0;
530
} 
533
}
7.x/modules/cdm_dataportal/cdm_taxontree/cdm_taxontree.css
33 33
/* ==== styling the tree ==== */
34 34

  
35 35
ul.cdm_taxontree {
36
  background-color: #edf5fa;
36
  /* background-color: #edf5fa; */
37 37
  padding: 0pt 0pt 0.25em 1em;
38 38
  left: 0px; /* fix IE7? */
39 39
  margin: 0;
......
55 55

  
56 56
ul.cdm_taxontree li.expanded,
57 57
ul.cdm_taxontree cdm_taxontree_filter li.expanded {
58
  list-style-image: none;
59
  list-style-type: none;
58 60
  background: transparent url(minus.png) no-repeat scroll 0px 0.35em;
59 61
  cursor: pointer;
60 62
}
61 63

  
62 64
ul.cdm_taxontree li.collapsed,
63 65
ul.cdm_taxontree cdm_taxontree_filter li.collapsed {
66
  list-style-image: none;
67
  list-style-type: none;
64 68
  background: transparent url(plus.png) no-repeat scroll 0px 0.35em;
65 69
  cursor: pointer;
66 70
}

Also available in: Unified diff