Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
body {
padding: 0 1em;
}
/* Style distinct search result columns */
/*
#searchResultTree th:nth-child(1),
#searchResultTree td:nth-child(1) {
}
*/
/* Style tree container */
#taxonTree {
padding-bottom: 20px;
}
#taxonTree .fancytree-container {
border: 1px solid #ccc;
border-radius: 3px;
max-height: 600px;
overflow: auto;
}
#searchResultTree td > div.truncate {
max-height: 3em;
/*max-width: 100%;*/
overflow: hidden;
text-overflow: ellipsis;
/*white-space: nowrap;*/
/*color: red;*/
}
/* Set to different containers while requests are pending:; */
.busy {
color: gray;
background-image: url("busy_bg_fff.png");
background-repeat: repeat;
}
/* Improve connection lines for bootstrap pane tabs */
div.panel[role=tabpanel] {
border-top-width: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
padding: 3px;
}
/* Fix alignment for bootstrap media list */
.media-left {
display: inline-block;
vertical-align: top;
}
.media-body {
display: inline-block;
}
/* Fix bootstrap media thumbnails */
a.thumbnail {
overflow: hidden;
}
a.thumbnail:hover,
a.thumbnail:active {
text-decoration: none;
}
/* Fix bootstrap media carousel */
div.carousel-inner >.item >img {
max-height: 40em;
/*height: 50em;*/
}
img.media-object {
max-height: 64px;
max-width: 64px;
}