]> git.plutz.net Git - rawnet/blobdiff - rawnet.css
upload function to external file, ui change: put video upload before meta edit
[rawnet] / rawnet.css
index 320ec9a62e228fc56931ba55a7802e586b5c7497..5fa017b12fd6dadb14824cb9f3856e89395e622c 100644 (file)
@@ -96,7 +96,9 @@ body.channel main h1.name {
   text-align: center;
 }
 body main .description,
-body main form {
+body main form,
+body main iframe {
+  display: block;
   max-width: 40em;
   margin: auto;
 }
@@ -238,3 +240,30 @@ body.video video {
   margin: 0 auto;
   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;
+}