You are here

book_made_simple.css in Book made simple 7.3

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

div.vertical-tabs .vertical-tabs-panes fieldset.allowed-childwithlegend legend {
	display:block;
}
div.vertical-tabs .vertical-tabs-panes fieldset.allowed-childwithoutlegend legend {
	display:none;
}

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. }
  17. div.vertical-tabs .vertical-tabs-panes fieldset.allowed-childwithlegend legend {
  18. display:block;
  19. }
  20. div.vertical-tabs .vertical-tabs-panes fieldset.allowed-childwithoutlegend legend {
  21. display:none;
  22. }