You are here

book_made_simple.css in Book made simple 6.3

Same filename and directory in other branches
  1. 7.3 book_made_simple.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;
}

File

book_made_simple.css
View source
  1. fieldset.allowed-child div.form-item, fieldset.auto-main div.form-item {
  2. float:left;
  3. width:300px;
  4. }
  5. fieldset.bms-fieldset-child {
  6. float:left;
  7. width:49%;
  8. }
  9. fieldset.bms-fieldset-parent {
  10. float:right;
  11. width:49%;
  12. }
  13. fieldset.bms-other-settings {
  14. float:none;
  15. clear:both;
  16. }