From a11652ead146b63a547034e903ed828ab7e8e2d8 Mon Sep 17 00:00:00 2001
From: psychobunny
Date: Tue, 21 Apr 2015 18:48:58 -0400
Subject: [PATCH] cleanup installer.less
---
public/less/install.less | 26 ++++++++++++++++----------
src/views/install/index.tpl | 13 +++++++++++++
2 files changed, 29 insertions(+), 10 deletions(-)
diff --git a/public/less/install.less b/public/less/install.less
index 3e296a15d2..1289c62941 100644
--- a/public/less/install.less
+++ b/public/less/install.less
@@ -1,6 +1,15 @@
-.btn, .form-control, .navbar { border-radius: 0; }
-.container { font-size: 18px; }
-body, small, p, div { font-family: "Roboto", sans-serif; }
+.btn, .form-control, .navbar {
+ border-radius: 0;
+}
+
+.container {
+ font-size: 18px;
+ margin-bottom: 100px;
+}
+
+body, small, p, div {
+ font-family: "Roboto", sans-serif;
+}
.input-row {
margin-bottom: 20px;
@@ -11,6 +20,10 @@ body, small, p, div { font-family: "Roboto", sans-serif; }
.help-text {
pointer-events: none;
+ line-height: 20px;
+ color: #888;
+ font-size: 85%;
+ display: none;
}
.input-field {
@@ -38,11 +51,4 @@ body, small, p, div { font-family: "Roboto", sans-serif; }
display: block;
}
}
-}
-
-.help-text {
- line-height: 20px;
- color: #888;
- font-size: 85%;
- display: none;
}
\ No newline at end of file
diff --git a/src/views/install/index.tpl b/src/views/install/index.tpl
index 222d08abf5..bb3850fafe 100644
--- a/src/views/install/index.tpl
+++ b/src/views/install/index.tpl
@@ -76,6 +76,19 @@
+
+
+
Configure your database
+
+
+
+