X-Git-Url: http://git.scottworley.com/picsort/blobdiff_plain/59a0fba182b1c592474e3c3c01730917b51828ea..5167ae018f03fc46747c28bb2662805d59bf62bc:/picsorter.css diff --git a/picsorter.css b/picsorter.css index 943bbd3..712494b 100644 --- a/picsorter.css +++ b/picsorter.css @@ -41,9 +41,10 @@ background-color: rgba(200,200,200,0.5); } -#namecontainer { +.inputcontainer { position: fixed; width: 100%; + height: 100%; } #name { display: block; @@ -51,6 +52,15 @@ 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;