From: Chris Mayo Date: Wed, 30 Jan 2019 20:22:47 +0000 (+0000) Subject: collection3: Improve index.cgi form fieldset border style X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=3582103fe92b1cd54c1dca46a6b2f12225e27ba9 collection3: Improve index.cgi form fieldset border style - Fit to the form contents instead of filling the page width - Relate better to the table below by aligning the left-hand side and increasing the space between --- diff --git a/contrib/collection3/share/style.css b/contrib/collection3/share/style.css index 8c12951b..9c3f0ed3 100644 --- a/contrib/collection3/share/style.css +++ b/contrib/collection3/share/style.css @@ -1,3 +1,12 @@ +form { + display: flex; + margin-bottom: 10px; +} + +fieldset { + margin-left: 0; +} + div.graph { }