cdm-dataportal/7.x/themes/zen_dataportal/sass/cdm.scss @ 1dc9554f
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 |
}
|
46 |
|
47 |
/*
|
48 |
* Theme settings page
|
49 |
*/
|
50 |
#system-theme-settings { |
51 |
|
52 |
.image-preview { |
53 |
width: 600px; |
54 |
max-height: 150px; |
55 |
overflow: auto; // let it scroll |
56 |
img { |
57 |
max-width: none; /* reset style in mormalize.scss */ |
58 |
}
|
59 |
|
60 |
}
|
61 |
}
|