From b6283e8c32148dbbe6ad2a6e6dfefa1cdabd15ff Mon Sep 17 00:00:00 2001 From: Tleilaxu Date: Thu, 19 Feb 2015 17:02:47 +0100 Subject: [PATCH] Fixed pixel, added style to logo --- app/assets/stylesheets/application.css.scss | 4 ++++ app/assets/stylesheets/orders.css.scss | 3 ++- app/views/layouts/_header.html.erb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss index b618612..3a2f8a4 100644 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.css.scss @@ -110,3 +110,7 @@ footer ul li { text-align: bottom; } +.nav-logo{ + margin:10px; + font-size:30px; +} diff --git a/app/assets/stylesheets/orders.css.scss b/app/assets/stylesheets/orders.css.scss index 81aa38a..70d4b99 100644 --- a/app/assets/stylesheets/orders.css.scss +++ b/app/assets/stylesheets/orders.css.scss @@ -2,7 +2,8 @@ // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ .form-control.input-lg{ - height:65px; + height:66px; + text-align: center; } .big-form-button{ height:65px; diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index e156b18..c7bcd90 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -7,7 +7,7 @@ - <%= link_to "Taþ", root_path, class: "navbar-brand" %> + <%= link_to "Taþ", root_path, class: "navbar-brand nav-logo" %>