From 9f827dc47213516803f9455e289e5087c12dcd9f Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Wed, 18 Mar 2015 11:25:33 +0100 Subject: [PATCH] center loading indicator in sidebar --- app/styles/app/components/sync-button.sass | 3 ++- app/styles/app/modules/tiles.sass | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/styles/app/components/sync-button.sass b/app/styles/app/components/sync-button.sass index 187f84a8..a3dd009b 100644 --- a/app/styles/app/components/sync-button.sass +++ b/app/styles/app/components/sync-button.sass @@ -65,4 +65,5 @@ background-color: #A6ADAD .spinner-container - padding: 0.5em 1em \ No newline at end of file + text-align: center + padding: 1.5em 1em \ No newline at end of file diff --git a/app/styles/app/modules/tiles.sass b/app/styles/app/modules/tiles.sass index 7eaf9b5f..f6da8d9a 100644 --- a/app/styles/app/modules/tiles.sass +++ b/app/styles/app/modules/tiles.sass @@ -23,7 +23,9 @@ &:not(.tile--jobs) &.started, - &.created + &.created, + &.received, + &.queued @include colorTiles($start-color) &.failed @include colorTiles($fail-color)