X-Git-Url: https://git.plutz.net/?p=rawnet;a=blobdiff_plain;f=rawnet.css;h=3349f7f47c0867e4e241522b544c9515725bf78b;hp=454e8a4b03240212ea735107133d970efdd25fbf;hb=16ad0cf056cc655f5ae57d2f91b9db386549cd59;hpb=29da441efa7c3d5364548d5af0b4747ddfc7da3a 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; }