X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=rawnet.css;h=3349f7f47c0867e4e241522b544c9515725bf78b;hb=HEAD;hp=454e8a4b03240212ea735107133d970efdd25fbf;hpb=411b95e5b6135b28f79e68275e43460a8032e449;p=rawnet diff --git a/rawnet.css b/rawnet.css index 454e8a4..3349f7f 100644 --- a/rawnet.css +++ b/rawnet.css @@ -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; }