module_builder.css in Module Builder 5
Same filename and directory in other branches
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.cssView source
- 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;
- }