Project

General

Profile

Download (451 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
#featureTOC {
9
	float:right;
10
}
11

    
12
#taxonProfileImage{
13
	float: left;
14
}
15

    
16
.block-cdm-dataportal-feature {
17
	clear: both;
18
	dt {
19
	    float: left;
20
	    font-weight: bold;
21
	    margin-right: 0.3em;
22
	}
23
}
24

    
25
#backButton {
26
	text-align: right;
27
}
28

    
29
/*
30
 * Synonymy
31
 */
32

    
33
ul.homotypicSynonyms,
34
ul.heterotypicSynonymyGroup {
35
  border-bottom:1px solid #dedede;
36
}
(5-5/21)