collection3: Improve index.cgi form fieldset border style
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 8c12951..9c3f0ed 100644 (file)
@@ -1,3 +1,12 @@
+form {
+  display: flex;
+  margin-bottom: 10px;
+}
+
+fieldset {
+  margin-left: 0;
+}
+
 div.graph
 {
 }
 div.graph
 {
 }