]> git.plutz.net Git - rawnet/commitdiff
embed progress bar css (firefox has trouble loading css in iframes)
authorPaul Hänsch <paul@plutz.net>
Wed, 3 Nov 2021 09:04:09 +0000 (10:04 +0100)
committerPaul Hänsch <paul@plutz.net>
Wed, 3 Nov 2021 09:04:09 +0000 (10:04 +0100)
rawnet.css

index 454e8a4b03240212ea735107133d970efdd25fbf..3349f7f47c0867e4e241522b544c9515725bf78b 100644 (file)
@@ -242,33 +242,6 @@ body.video video {
   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;
 }