source: gs3-installations/thewillow/trunk/sites/thewillow/dlcol-chatgpt/iframe-page/dl-chatgpt_files/container-inline.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: 275 bytes
Line 
1/**
2 * @file
3 * Inline items.
4 */
5
6.container-inline div,
7.container-inline label {
8 display: inline-block;
9}
10/* Details contents always need to be rendered as block. */
11.container-inline .details-wrapper {
12 display: block;
13}
14.container-inline .hidden {
15 display: none;
16}
Note: See TracBrowser for help on using the repository browser.