- Added $theme_path, $base_path - Added CMS_RESPONSE.module_resource_url (...) instead of using hardcoded "/module/" + name + ... - Use base_path rather than base_url (note ROC CMS is not yet working with EWF standalone "base" url option)
16 lines
289 B
CSS
16 lines
289 B
CSS
.messaging-box fieldset {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: flex-start;
|
|
overflow: scroll;
|
|
height: 50ex;
|
|
line-height: 2.5ex;
|
|
}
|
|
.messaging-box fieldset div {
|
|
width: 300px;
|
|
}
|
|
.messaging-box fieldset input[type="checkbox"] {
|
|
margin-right: 5px;
|
|
margin-left: 3px;
|
|
}
|