// Improve installation design (addons iframes + progress percent + remove back button)

This commit is contained in:
rMalie
2012-02-03 09:19:55 +00:00
parent 0f05013809
commit 3ed3fefd84
6 changed files with 36 additions and 15 deletions
+12
View File
@@ -692,6 +692,9 @@ ul#optional_update {list-style-type:none;}
}
/* STEP 5 ******************************************/
#install_process_form{
height: 260px;
}
#progress_bar {
display: none;
}
@@ -700,8 +703,17 @@ ul#optional_update {list-style-type:none;}
height: 30px;
border: 1px solid #999999;
background-color: #eeeeee;
text-align: center;
}
#progress_bar .total span{
font-size: 16px;
font-weight: bold;
margin-top: 5px;
position: absolute;
text-align: center;
}
#progress_bar .total .progress {
width: 0px;
height: 30px;