From 3582103fe92b1cd54c1dca46a6b2f12225e27ba9 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Wed, 30 Jan 2019 20:22:47 +0000 Subject: [PATCH] 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 --- contrib/collection3/share/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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 { } -- 2.11.0