updated progress bar

This commit is contained in:
Vadim Makeev 2010-11-18 03:46:09 +03:00
parent aaffce3c8f
commit cab1bcb116
1 changed files with 12 additions and 5 deletions

View File

@ -236,6 +236,9 @@ A {
/* Cover /* Cover
---------------------------------------- */ ---------------------------------------- */
.slide.cover {
z-index:3;
}
.slide.cover:before { .slide.cover:before {
position:absolute; position:absolute;
top:0; top:0;
@ -319,17 +322,21 @@ A {
.progress { .progress {
position:absolute; position:absolute;
right:3em; right:3em;
bottom:0; bottom:1em;
left:3em; left:3em;
z-index:1; z-index:2;
float:left;
height:0.2em; height:0.2em;
background:#EEE; border:0.03em solid rgba(255, 255, 255, 0.4);
border-radius:0.2em;
} }
.progress DIV { .progress DIV {
position:absolute;
top:0;
left:0;
width:0; width:0;
height:100%; height:100%;
background:#0174A7; border-radius:0.2em;
background:rgba(128, 128, 128, 0.5);
-webkit-transition:width 0.2s linear; -webkit-transition:width 0.2s linear;
-moz-transition:width 0.2s linear; -moz-transition:width 0.2s linear;
-o-transition:width 0.2s linear; -o-transition:width 0.2s linear;