libreccm-legacy/ccm-ldn-terms/web/__ccm__/apps/terms/lib/term-panel.css

17 lines
238 B
CSS
Executable File

table.termPanel {
width: 100%;
}
table.termPanel tr {
vertical-align: top;
}
table.termPanel td.menu {
width: 25%;
background-color: rgb(192,192,192);
border-right: 1px solid black;
}
table.termPanel td.body {
width: 75%;
}