]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
collection3: Improve index.cgi form fieldset border style 3047/head
authorChris Mayo <aklhfex@gmail.com>
Wed, 30 Jan 2019 20:22:47 +0000 (20:22 +0000)
committerChris Mayo <aklhfex@gmail.com>
Wed, 30 Jan 2019 20:22:47 +0000 (20:22 +0000)
- 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

index 8c12951b1ccd6995b5f1501e4bfe8a7733470aec..9c3f0ed3931ff18277e9fb89849341595afdd674 100644 (file)
@@ -1,3 +1,12 @@
+form {
+  display: flex;
+  margin-bottom: 10px;
+}
+
+fieldset {
+  margin-left: 0;
+}
+
 div.graph
 {
 }