You are here

module_builder.css in Module Builder 6

Same filename and directory in other branches
  1. 5 includes/module_builder.css
fieldset {
  width: 65%;
}

ul.hook-group {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding-left: 5px;
}

ul.hook-group li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  background: none;  
}

File

includes/module_builder.css
View source
  1. fieldset {
  2. width: 65%;
  3. }
  4. ul.hook-group {
  5. float: left;
  6. width: 100%;
  7. list-style: none;
  8. margin: 0;
  9. padding-left: 5px;
  10. }
  11. ul.hook-group li {
  12. float: left;
  13. width: 50%;
  14. margin: 0;
  15. padding: 0;
  16. background: none;
  17. }