Project

General

Profile

« Previous | Next » 

Revision b0adfd32

Added by Andreas Kohlbecker almost 8 years ago

#5790 classification breadcrumb children implemented

View differences:

modules/cdm_dataportal/cdm_dataportal.css
118 118
    background-color: #ff2300;
119 119
}
120 120

  
121
.box-shadow-rb-5-0 {
122
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
123
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
124
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
125
}
126

  
127
.box-shadow-b-5-1 {
128
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
129
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
130
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
131
}
132

  
133

  
134
.box-shadow-border {
135
    border-color: rgb(85,85,85); /* color should match shadow in box-shadow-rb */
136
    border-width: 1px;
137
    border-style: solid;
138
}
139

  
121 140
/*
122 141
 * ======= Search-Form =======
123 142
 */
......
564 583
  text-decoration: underline;
565 584
}
566 585

  
567
#classification-breadcrumbs li {
586
#classification-breadcrumbs .taxonomic_children .children {
587
    padding-right: 1em;
588
    background: inherit;
589
    white-space: nowrap;
590
}
591

  
592
#classification-breadcrumbs .taxonomic-children-button i {
593
    cursor: pointer;
594
}
595

  
596
#classification-breadcrumbs .taxonomic_children ul.taxon-nodes{
597
    background: inherit;
598
    margin: 0;
599
    padding: 0;
600
}
568 601

  
602
#classification-breadcrumbs .taxonomic_children ul.taxon-nodes  li {
603
    display: list-item;
569 604
}
570 605

  
571 606
.messages .cdm\:Taxon { /* taxa in warning box */

Also available in: Unified diff