Project

General

Profile

Download (928 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,  .media-caption {
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

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

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

    
39
/*
40
 * Synonymy
41
 */
42

    
43
ul.homotypicSynonyms,
44
ul.heterotypicSynonymyGroup {
45
  border-bottom:1px solid #dedede;
46
}
47

    
48
/*
49
 * Media
50
 */
51
dl.media-caption {
52
	margin: 0;
53
}
54
.media-caption dd.title {
55
	font-size: 100%;
56
}
57
.image-gallerie td.caption {
58
	padding-bottom: 1em;
59
}
60

    
61
/*
62
 * Theme settings page
63
 */
64
#system-theme-settings {
65

    
66
	.image-preview {
67
		width: 600px;
68
		max-height: 150px;
69
		overflow: auto; // let it scroll
70
		img {
71
			max-width: none; /* reset style in mormalize.scss */ 
72
		}
73
		
74
	}
75
}
(5-5/21)