Merge pull request #3047 from cjmayo/style_border
authorPavel Rochnyak <pavel2000@ngs.ru>
Thu, 31 Jan 2019 10:04:38 +0000 (17:04 +0700)
committerGitHub <noreply@github.com>
Thu, 31 Jan 2019 10:04:38 +0000 (17:04 +0700)
collection3: Improve index.cgi form fieldset border style

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
 {
 }