/** * The input entry form */ #dw__editform .struct { margin-bottom: 1em; fieldset { width: 100%; padding: 0.5em 0; display: table; legend { text-align: left; padding-left: 17px; cursor: pointer; margin-left: 1em; background: transparent url(../../images/open.png) 5px center no-repeat; font-weight: bold; } } fieldset.closed { padding: 0; * { display: none; } legend { display: block; background: transparent url(../../images/closed.png) 5px center no-repeat; } } label { display: table-row; text-align: left; &:hover { background-color: @ini_background_alt; } span.label { width: 10em; display: table-cell; padding-left: 0.5em; padding-top: 0.25em; padding-bottom: 0.25em; } span.label.hashint { background: url(../../images/info.png) no-repeat right center; } span.input { display: table-cell; padding-left: 0.25em; padding-top: 0.25em; padding-bottom: 0.25em; } } // this should not influence the design .newtemplate { display: inline; } // add some spacing to multi-value fields .multiwrap { display: inline-block; margin: 0 0.25em 0.25em 0; } } /** * The Schema Editor */ #plugin__struct_editor { tr.disabled { td { opacity: 0.5; } // collapse config block td.config > div { overflow: auto; height: 2em; div.jsoneditor-outer { margin: 0; padding: 0; } } td.isenabled { opacity: 1; } } } /** * In page output */ #plugin__struct_output { table { font-size: 90%; width: 100%; margin-bottom: 1em; border: none; td, th { background-color: transparent; border: none; border-top: 1px solid @ini_border; } tr:first-child td, tr:first-child th { border: none; } tbody th { width: 20%; } thead th { background-color: @ini_background_alt; text-align: center; font-size: 120%; font-weight: normal; } } } /** * Aggregation */ .structaggregation { table th a { color: @ini_link; font-weight: bold; &.sort-up::before { content: '↑'; } &.sort-down::before { content: '↓'; } } }