From f935d0ae79a523992d7b6966452885de7ca197e6 Mon Sep 17 00:00:00 2001 From: cynthia sanchez Date: Thu, 2 Jun 2016 18:44:02 +0200 Subject: [PATCH] footer ui clearance --- app/assets/stylesheets/layout.scss | 6 ++++-- app/views/layouts/application.html.slim | 17 +++++++++++------ 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 172700b71..7de9758ee 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -176,11 +176,13 @@ body:not([class*="login"]) { } footer { - font-size: 1em; - font-family: Raleway; + font-size: .9em; i.fa { color: $primary-colour } + .container-footer p { + padding: 8px 0 0 0px; + } } i.fa { diff --git a/app/views/layouts/application.html.slim b/app/views/layouts/application.html.slim index 99e55e643..c865f3001 100644 --- a/app/views/layouts/application.html.slim +++ b/app/views/layouts/application.html.slim @@ -41,10 +41,15 @@ html footer .aside-footer .container-footer - p - 'Created with - i.fa.fa-heart - 'by the SUSE team - - if current_user.admin? && Version.value + .row-0 + .col-xs-6 p - 'Version: #{Version.value} + 'Created with + i.fa.fa-heart + 'by the SUSE team + .col-xs-6.text-right + - if current_user.admin? && Version.value + p + strong + 'Version: + | #{Version.value}