From 744e32a15c98951c15dd88a02a58b3d8506e8195 Mon Sep 17 00:00:00 2001 From: Mathias Meyer Date: Thu, 8 May 2014 12:37:00 +0200 Subject: [PATCH] Add footer section for commit and author details. --- assets/scripts/app/templates/builds/show.hbs | 22 +++++++++++++++++ assets/styles/main/summary.sass | 26 ++++++++++++++++++-- 2 files changed, 46 insertions(+), 2 deletions(-) diff --git a/assets/scripts/app/templates/builds/show.hbs b/assets/scripts/app/templates/builds/show.hbs index d17173a9..69a52496 100644 --- a/assets/scripts/app/templates/builds/show.hbs +++ b/assets/scripts/app/templates/builds/show.hbs @@ -27,6 +27,28 @@
 {{formatMessage build.commit.body repoBinding=build.repo pre=true}}
     
+ +
diff --git a/assets/styles/main/summary.sass b/assets/styles/main/summary.sass index b6dc773d..d935f2dd 100644 --- a/assets/styles/main/summary.sass +++ b/assets/styles/main/summary.sass @@ -15,7 +15,6 @@ #new-summary @include clearfix @include border-radius(5px) - width: 100% background-color: #fafafa min-height: 30px padding: 5px 15px @@ -79,7 +78,30 @@ float: right width: 150px font-size: 11px - margin-right: 30px + + .footer + a + text-decoration: underline + + .commit + text-align: right + width: inherit + margin-top: 0px + float: right + + img + margin-left: 5px + margin-right: 5px + vertical-align: middle + + .author + float: left + + img + height: 15px + width: 15px + + .github #summary margin: 0 0 0 12px