1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Loading bar works and encryption/decryption is now a serie of continuations

This commit is contained in:
sam
2012-04-30 00:50:39 +07:00
parent e34e740808
commit 65d75f2faf
5 changed files with 253 additions and 84 deletions

View File

@ -165,3 +165,20 @@ text-decoration:underline;
display:none;
}
/** Progress bar */
.progress {
display:none;
}
.progress .bar {
width: 25%;
text-indent: 10px;
text-align:left;
}
-webkit-transition: width 0.1s ease;
-moz-transition: width 0.1s ease;
-ms-transition: width 0.1s ease;
-o-transition: width 0.1s ease;
transition: width 0.1s ease;