From 4a25dd5120dd1a407f5b0d9a79c8352df305c285 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 25 Jun 2013 10:23:25 +0300 Subject: [PATCH] Style settings --- app/styles/main.less | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/styles/main.less b/app/styles/main.less index e68dbda..4e57b8e 100644 --- a/app/styles/main.less +++ b/app/styles/main.less @@ -3,6 +3,11 @@ @import 'font-awesome/less/font-awesome'; @import (less) 'select2/select2.css'; +html { + height: 100%; + background-color: #f5f5f5; +} + .calculator { .inactive { opacity: 0.5; @@ -147,8 +152,8 @@ input[type=number] { footer { text-align: center; - margin-top: 10px; - padding: 10px 0; + margin-top: 50px; + padding: 20px 0 40px; background: #f5f5f5; border-top: 1px solid #e5e5e5; a:hover {