Project

General

Profile

« Previous | Next » 

Revision b8c8c164

Added by Andreas Kohlbecker about 3 years ago

ref #7599 derivative tree view: collapsible unit tree - dotted lines

View differences:

themes/zen_dataportal/css/cdm.css
358 358

  
359 359
/* line 265, ../sass/cdm.scss */
360 360
div.derived-unit-tree-root .unit-content-wrapper {
361
  border-left: 3px solid #dedede;
361
  border-left: 3px dotted #dedede;
362 362
  margin-left: 3.2px;
363 363
}
364 364

  
......
373 373
  padding-left: 1em;
374 374
  margin-top: -3.2px;
375 375
  line-height: 22.4px;
376
  border-left: 3px solid #dedede;
376
  border-left: 3px dotted #dedede;
377 377
}
378 378
/* line 288, ../sass/cdm.scss */
379 379
ul.derived-unit-sub-tree li:last-child {
......
393 393
  height: 12.7px;
394 394
  /* vertical position of line */
395 395
  vertical-align: top;
396
  border-bottom: 3px solid #dedede;
396
  border-bottom: 3px dotted #dedede;
397 397
  content: "";
398 398
  display: inline-block;
399 399
}
400 400
/* line 306, ../sass/cdm.scss */
401 401
ul.derived-unit-sub-tree li:last-child:before {
402
  border-left: 3px solid #dedede;
402
  border-left: 3px dotted #dedede;
403 403
}
404 404

  
405 405
/*

Also available in: Unified diff