X-Git-Url: http://git.scottworley.com/picsort/blobdiff_plain/5498080c4722fdaf4d4e815264cc6bbfa36d7454..5167ae018f03fc46747c28bb2662805d59bf62bc:/picsorter.css diff --git a/picsorter.css b/picsorter.css index dd898ce..712494b 100644 --- a/picsorter.css +++ b/picsorter.css @@ -44,6 +44,7 @@ .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;