From 5d41629672392a458b11c81d6d8d35059206a668 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Mon, 23 Feb 2015 17:15:45 +0100 Subject: [PATCH] fix alignment fox starred tiles if n >2 --- app/styles/app/layouts/dashboard.sass | 4 ++++ app/templates/dashboard/repositories.hbs | 24 ++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/app/styles/app/layouts/dashboard.sass b/app/styles/app/layouts/dashboard.sass index 34785031..8800b9c1 100644 --- a/app/styles/app/layouts/dashboard.sass +++ b/app/styles/app/layouts/dashboard.sass @@ -182,6 +182,10 @@ $dropdown-border: #C3D9DB padding-bottom: .2em @media #{$medium-up} width: grid-calc(17, 36) + &:nth-child(2n) + float: right + &:nth-child(2n + 1) + float: left .db-controls padding-left: 3em diff --git a/app/templates/dashboard/repositories.hbs b/app/templates/dashboard/repositories.hbs index 79adc5dc..478c4b61 100644 --- a/app/templates/dashboard/repositories.hbs +++ b/app/templates/dashboard/repositories.hbs @@ -113,6 +113,30 @@
  • Trigger a build
  • +
    +
    +
    + + +
    +
    +

    travis-pro

    +

    travis-rubies

    +
    +
    +

    9874 started

    +

    394348a

    +

    in queue

    +

    master

    +
    +
    + +
    + +
    {{!--