From 6072e68a6516826f50164d3b41ad6514e275bd15 Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Fri, 3 Nov 2017 02:27:45 +0000 Subject: [PATCH] more styling --- data/index.html | 2 +- data/styles.css | 4 ++++ frontend/pages/index.html | 2 +- frontend/styles/main.less | 4 +++- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/data/index.html b/data/index.html index cc161e9..0954010 100644 --- a/data/index.html +++ b/data/index.html @@ -35,7 +35,7 @@
  • -
  • +
  • diff --git a/data/styles.css b/data/styles.css index 5b24a93..ea8e9a2 100644 --- a/data/styles.css +++ b/data/styles.css @@ -119,3 +119,7 @@ form .form-row input[type="checkbox"] { color: white; border: 0; } +.spiro-control .form-row.info { + padding-bottom: 0px; + margin-bottom: 0px; +} diff --git a/frontend/pages/index.html b/frontend/pages/index.html index cc161e9..0954010 100644 --- a/frontend/pages/index.html +++ b/frontend/pages/index.html @@ -35,7 +35,7 @@
  • -
  • +
  • diff --git a/frontend/styles/main.less b/frontend/styles/main.less index 374a170..ff8b3bf 100644 --- a/frontend/styles/main.less +++ b/frontend/styles/main.less @@ -106,6 +106,8 @@ } .spiro-control { - .form-row .info { + .form-row.info { + padding-bottom: 0px; + margin-bottom: 0px; } } \ No newline at end of file