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 @@
+ ++