source: gs3-installations/thewillow/trunk/sites/thewillow/dlcol-chatgpt/iframe-page/dl-chatgpt_files/tree-child.module.css@ 38779

Last change on this file since 38779 was 38779, checked in by davidb, 3 months ago

Files that need to be moved to <gsdl3srchome>/web to provide a static web page example using an iframe to embedd the React/NextJS based chatbot

File size: 466 bytes
Line 
1/**
2 * @file
3 * Visual styles for a nested tree child.
4 */
5
6div.tree-child {
7 background: url(../../../../misc/tree.png) no-repeat 11px center; /* LTR */
8}
9div.tree-child-last {
10 background: url(../../../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */
11}
12[dir="rtl"] div.tree-child,
13[dir="rtl"] div.tree-child-last {
14 background-position: -65px center;
15}
16div.tree-child-horizontal {
17 background: url(../../../../misc/tree.png) no-repeat -11px center;
18}
Note: See TracBrowser for help on using the repository browser.