From e75e1d101fe677be8da95c911b703ec4a0587d06 Mon Sep 17 00:00:00 2001 From: rMalie Date: Fri, 3 Feb 2012 15:37:05 +0000 Subject: [PATCH] // Fix progress bar in installer on IE & Chrome --- install-dev/theme/view.css | 5 ++--- install-dev/theme/views/process.phtml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/install-dev/theme/view.css b/install-dev/theme/view.css index f2184ad62..a960a45de 100644 --- a/install-dev/theme/view.css +++ b/install-dev/theme/view.css @@ -709,9 +709,8 @@ ul#optional_update {list-style-type:none;} #progress_bar .total span{ font-size: 16px; font-weight: bold; - margin-top: 5px; - position: absolute; - text-align: center; + margin-top: -24px; + display: block; } #progress_bar .total .progress { diff --git a/install-dev/theme/views/process.phtml b/install-dev/theme/views/process.phtml index caab38e46..760cd028c 100644 --- a/install-dev/theme/views/process.phtml +++ b/install-dev/theme/views/process.phtml @@ -13,8 +13,8 @@ var process_percent = process_steps) ?>;
- 0%
+ 0%