This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/modules/book_made_simple/book_made_simple.css

19 lines
No EOL
278 B
CSS

fieldset.allowed-child div.form-item, fieldset.auto-main div.form-item {
float:left;
width:300px;
}
fieldset.bms-fieldset-child {
float:left;
width:49%;
}
fieldset.bms-fieldset-parent {
float:right;
width:49%;
}
fieldset.bms-other-settings {
float:none;
clear:both;
}