annotate core/themes/stable/css/system/components/tree-child.module.css @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
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(../../../images/core/tree.png) no-repeat 11px center; /* LTR */
Chris@0 8 }
Chris@0 9 div.tree-child-last {
Chris@0 10 background: url(../../../images/core/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(../../../images/core/tree.png) no-repeat -11px center;
Chris@0 18 }