Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
footer ui clearance
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntss committed Jun 2, 2016
1 parent deb502b commit f935d0a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
6 changes: 4 additions & 2 deletions app/assets/stylesheets/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
17 changes: 11 additions & 6 deletions app/views/layouts/application.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit f935d0a

Please sign in to comment.