Browse Source

final changes, progress bar to match install.php

Signed-off-by: illori [email protected]
Illori 11 years ago
parent
commit
51bdb811ed
1 changed files with 7 additions and 9 deletions
  1. 7 9
      Themes/default/css/install.css

+ 7 - 9
Themes/default/css/install.css

@@ -83,24 +83,23 @@ img#smflogo {
 	color: #111;
 	font-weight: bold;
 	position: absolute;
-	top: 1em;
+	top: .5em;
 	left: -3.3em;
 }
 #overall_progress, #step_progress {
-	height: 2.3em;
+	height: 2.5em;
 	z-index: 1;
-	background: lime;
 }
 
 #overall_progress_upgrade, #step_progress_upgrade {
-	height: 3em;
+	height: 2.5em;
 	z-index: 1;
-	background: lime;
-	margin: -15px 3px 0px 0px;
+	background: #6BB247;
+	margin: 0px 3px 0px 0px;
 }
 .over_progress {
 
-margin: -35px 5px 0 10px;
+margin: -33px 5px 0 10px;
 }
 
 #step_progress {
@@ -174,12 +173,11 @@ margin: -35px 5px 0 10px;
 #progress {
 	position: relative;
 	font-size: 1.2em;
-	height: 2.3em;
+	height: 2.5em;
 	border: 1px solid black;
 	border-radius: 2px;
 	background: #fff;
 	float: left;
 	margin: 0.6em 0 0 4em;
 	width: 33%;
-	padding-top:20px;
 }