Bug 24156 added some inline styles to columns_settings.tt which seem out of place. I'd prefer to remove the inline style and add some subtler CSS to the page.
Created attachment 106770 [details] [review] Bug 25974: Remove inline style from table settings administration page This patch removes an inline style attribute from the table settings administration template. A different style is added to the page's <style> block to try to accomplish a similar effect of expressing the hierarchy of the page. To test, apply the patch and go to Administration -> Table settings. The individual tables of settings should be offset from the headings above them.
Created attachment 106786 [details] [review] Bug 25974: Remove inline style from table settings administration page This patch removes an inline style attribute from the table settings administration template. A different style is added to the page's <style> block to try to accomplish a similar effect of expressing the hierarchy of the page. To test, apply the patch and go to Administration -> Table settings. The individual tables of settings should be offset from the headings above them. Signed-off-by: David Nind <david@davidnind.com>
Created attachment 106853 [details] [review] Bug 25974: Remove inline style from table settings administration page This patch removes an inline style attribute from the table settings administration template. A different style is added to the page's <style> block to try to accomplish a similar effect of expressing the hierarchy of the page. To test, apply the patch and go to Administration -> Table settings. The individual tables of settings should be offset from the headings above them. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 20.11, thanks to everybody involved!
missing a dependency for 20.05.x, no backport