]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - media/industrial/style.css.php
Fixes #1 repair async upload password setting
[jirafeau_mojo42.git] / media / industrial / style.css.php
old mode 100755 (executable)
new mode 100644 (file)
index cb03725..2474b11
@@ -156,4 +156,28 @@ input:hover {
 .info p {
   margin-left: 5%;
   margin-right: 5%;
-}
\ No newline at end of file
+}
+
+#upload {
+  text-align: center;
+  width: 30em;
+  background: #E2f5ff;
+  border: 2px solid #02233f;
+  margin: auto;
+}
+
+#uploading {
+  text-align: center;
+  width: 30em;
+  background: #E2f5ff;
+  border: 2px solid #02233f;
+  margin: auto;
+}
+
+#upload_finished {
+  text-align: center;
+  width: 60em;
+  background: #E2f5ff;
+  border: 2px solid #02233f;
+  margin: auto;
+}

patrick-canterino.de