]> git.scottworley.com Git - picsort/blobdiff - picsorter.css
Copy the NEF's timestamp to the final .jpeg
[picsort] / picsorter.css
index dd898ce3cd8c1b358b42444d01eb40952978befa..712494b57479b7347d9db94201b94e55d32ef926 100644 (file)
@@ -44,6 +44,7 @@
 .inputcontainer {
   position: fixed;
   width: 100%;
+  height: 100%;
 }
 #name {
   display: block;
   margin-right: auto;
   font-size: 30pt;
 }
+#shell_out {
+  display: none;
+  width: 80%;
+  height: 80%;
+  margin: 5em;
+  color: white;
+  background-color: black;
+  padding: 1em;
+}
 
 .fade {
   opacity: 0;