Project

General

Profile

Download (537 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * @file
3
 * cdm_dataportal specific styling
4
 *
5
 * Style the markup found in the cdm_dataportal module.
6
 */
7

    
8
 @import "base";
9

    
10
#featureTOC {
11
	float:right;
12
}
13

    
14
#taxonProfileImage{
15
	float: left;
16
}
17

    
18
.block-cdm-dataportal-feature {
19
	clear: both;
20
	dt {
21
	    float: left;
22
	    font-weight: bold;
23
	    margin-right: 0.3em;
24
	}
25
	dd {
26
		margin: 0;
27
	}
28
}
29

    
30
#backButton {
31
	text-align: right;
32
}
33

    
34
#search_results{
35
	@include cdm-link-style;
36
}
37

    
38
/*
39
 * Synonymy
40
 */
41

    
42
ul.homotypicSynonyms,
43
ul.heterotypicSynonymyGroup {
44
  border-bottom:1px solid #dedede;
45
}
(5-5/21)