Closed (fixed)
Project:
Webform
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Nov 2016 at 14:27 UTC
Updated:
10 Mar 2017 at 18:04 UTC
Jump to comment: Most recent
The file webform-admin.css contains a piece of styling for the options_element widget. It styles three elements:
.webform-options-element thead {
display: none;
}
.webform-options-element fieldset {
border: none;
background: none;
margin: 0;
padding: 0;
}
.webform-options-element fieldset legend {
display: none;
}
I opt to remove those rules because:
Attached patch removes the css rules. Feedback welcome!
| Comment | File | Size | Author |
|---|---|---|---|
| webform-options-element-widget-remove-css-rules.patch | 620 bytes | jsst |
Comments
Comment #3
liam morlandThanks very much.