From 500738d189b09afa4fedb6fd7c327a8002f68605 Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Mon, 15 Oct 2012 11:19:11 -0400 Subject: [PATCH] polished import progress bar --- cms/static/sass/_import.scss | 24 ++++++++++++++++++++++++ cms/templates/import.html | 20 +++++++++++++------- 2 files changed, 37 insertions(+), 7 deletions(-) diff --git a/cms/static/sass/_import.scss b/cms/static/sass/_import.scss index f9480a6d46..ac1044788f 100644 --- a/cms/static/sass/_import.scss +++ b/cms/static/sass/_import.scss @@ -67,4 +67,28 @@ white-space: normal; } } + + .progress-bar { + display: none; + width: 350px; + height: 30px; + margin: 30px auto 10px; + border: 1px solid $blue; + + &.loaded { + border-color: #66b93d; + + .progress-fill { + background: #66b93d; + } + } + } + + .progress-fill { + width: 0%; + height: 30px; + background: $blue; + color: #fff; + line-height: 48px; + } } \ No newline at end of file diff --git a/cms/templates/import.html b/cms/templates/import.html index 42def2d512..ffce24ed74 100644 --- a/cms/templates/import.html +++ b/cms/templates/import.html @@ -23,9 +23,9 @@

change

-