max-height: 80vh;
}
-#uploadprogress {
- text-align: center;
- background: transparent;
- margin: 0;
-}
-#uploadprogress .progress {
- display: block;
- position: absolute;
- width: 99%; width: calc(100% - 2pt);
- background-color: #FFF;
- border: 1pt solid;
- border-radius: 4pt;
- height: 1.25em;
-}
-#uploadprogress .progress .bar {
- display: block;
- position: absolute;
- left: 0; top: 0; bottom: 0;
- background-color: #666;
-}
-#uploadprogress .progress .count {
- display: block;
- position: absolute;
- left: 0; top: 0; right: 0; bottom: 0;
- line-height: 1.375em;
-}
-
button, a.button {
margin-top: .375em;
}