Mercurial > hg > isophonics-drupal-site
annotate core/modules/system/css/components/tree-child.module.css @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 /** |
Chris@0 | 2 * @file |
Chris@0 | 3 * Visual styles for a nested tree child. |
Chris@0 | 4 */ |
Chris@0 | 5 |
Chris@0 | 6 div.tree-child { |
Chris@0 | 7 background: url(../../../../misc/tree.png) no-repeat 11px center; /* LTR */ |
Chris@0 | 8 } |
Chris@0 | 9 div.tree-child-last { |
Chris@0 | 10 background: url(../../../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */ |
Chris@0 | 11 } |
Chris@0 | 12 [dir="rtl"] div.tree-child, |
Chris@0 | 13 [dir="rtl"] div.tree-child-last { |
Chris@0 | 14 background-position: -65px center; |
Chris@0 | 15 } |
Chris@0 | 16 div.tree-child-horizontal { |
Chris@0 | 17 background: url(../../../../misc/tree.png) no-repeat -11px center; |
Chris@0 | 18 } |