Browse Source

Merge pull request #522 from Yoshi2889/progressbarfix

Fix for progress bars having no content, plus height fix
Michael Eshom 11 years ago
parent
commit
c27bb2500c
1 changed files with 3 additions and 2 deletions
  1. 3 2
      Themes/default/css/install.css

+ 3 - 2
Themes/default/css/install.css

@@ -87,8 +87,9 @@ img#smflogo {
 	left: -3.3em;
 }
 #overall_progress, #step_progress {
-	height: 2.5em;
+	height: 2.3em;
 	z-index: 1;
+	background-color: #ffd000;
 }
 
 #overall_progress_upgrade, #step_progress_upgrade {
@@ -180,4 +181,4 @@ margin: -33px 5px 0 10px;
 	float: left;
 	margin: 0.6em 0 0 4em;
 	width: 33%;
-}
+}