Project

General

Profile

« Previous | Next » 

Revision f461a488

Added by Andreas Kohlbecker about 5 years ago

ref #8051 styling name and type in registration items to emphasize nature of nomencalatural act: \n - render options for tagged text cdm_tagged_text_add_options()

  • cdm_tagged_text_expand_entity_references() and cdm_tagged_text_to_markup() respecting tagged text opotions
  • using tagged text options for registration items

View differences:

themes/zen_dataportal/sass/cdm.scss
180 180
}
181 181

  
182 182
.registration-date-and-institute {
183
  color: #999999;
183
  color: #999;
184 184
}
185 185

  
186
.registration-summary .label {
187
  font-weight: bold;
186
.registration-summary {
187
  .registered_name .name {
188
    font-weight: bold;
189
  }
190
  .referenced_typified_name {
191
    color: #999;
192
  }
193
  .label {
194
    font-weight: bold;
195
  }
188 196
}
189 197

  
190 198
/*

Also available in: Unified diff