Commit cab1bcb1 authored by Vadim Makeev's avatar Vadim Makeev

updated progress bar

parent aaffce3c
...@@ -236,6 +236,9 @@ A { ...@@ -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 { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment