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/css/styles.css
2331 2331

  
2332 2332
/* line 182, ../sass/cdm.scss */
2333 2333
.registration-date-and-institute {
2334
  color: #999999;
2334
  color: #999;
2335 2335
}
2336 2336

  
2337
/* line 186, ../sass/cdm.scss */
2337
/* line 187, ../sass/cdm.scss */
2338
.registration-summary .registered_name .name {
2339
  font-weight: bold;
2340
}
2341
/* line 190, ../sass/cdm.scss */
2342
.registration-summary .referenced_typified_name {
2343
  color: #999;
2344
}
2345
/* line 193, ../sass/cdm.scss */
2338 2346
.registration-summary .label {
2339 2347
  font-weight: bold;
2340 2348
}
......
2342 2350
/*
2343 2351
 * Theme settings page
2344 2352
 */
2345
/* line 195, ../sass/cdm.scss */
2353
/* line 203, ../sass/cdm.scss */
2346 2354
#system-theme-settings .image-preview {
2347 2355
  width: 600px;
2348 2356
  max-height: 150px;
2349 2357
  overflow: auto;
2350 2358
}
2351
/* line 199, ../sass/cdm.scss */
2359
/* line 207, ../sass/cdm.scss */
2352 2360
#system-theme-settings .image-preview img {
2353 2361
  max-width: none;
2354 2362
  /* reset style in mormalize.scss */
......
2359 2367
 *
2360 2368
 * using the same media queries here as in layout/_responsive.scss
2361 2369
 *****************************************************************************************/
2362
/* line 212, ../sass/cdm.scss */
2370
/* line 220, ../sass/cdm.scss */
2363 2371
#classification-breadcrumbs {
2364 2372
  font-size: 1.5em;
2365 2373
  line-height: 1.5em;
2366 2374
}
2367 2375

  
2368 2376
@media all and (min-width: 960px) {
2369
  /* line 223, ../sass/cdm.scss */
2377
  /* line 231, ../sass/cdm.scss */
2370 2378
  #classification-breadcrumbs {
2371 2379
    font-size: 1em;
2372 2380
  }

Also available in: Unified diff