From 413fcb456cf150d19be2607398e453dff2b28b65 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Tue, 14 Apr 2015 11:07:48 +0200 Subject: [PATCH] right align delete all caches btn, hide sorting --- app/styles/app/layouts/caches.sass | 4 ++++ app/templates/caches.hbs | 16 ++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/app/styles/app/layouts/caches.sass b/app/styles/app/layouts/caches.sass index e650b85a..d3df0a8d 100644 --- a/app/styles/app/layouts/caches.sass +++ b/app/styles/app/layouts/caches.sass @@ -1,5 +1,6 @@ .caches @include resetul + margin-top: 2rem font-size: $font-size-sm color: $grey3 @@ -32,3 +33,6 @@ .delete-repo-caches margin-top: 1rem + +.align-right + text-align: right \ No newline at end of file diff --git a/app/templates/caches.hbs b/app/templates/caches.hbs index af8d353f..c6271b0b 100644 --- a/app/templates/caches.hbs +++ b/app/templates/caches.hbs @@ -1,10 +1,10 @@ {{#if length}} - - Delete all repository caches - - - -

Pushes

+
+ + Delete all repository caches + +
+ {{!--

Pushes

--}} -

Pull Requests

+{{!--

Pull Requests