X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/085af86d8674e9cfdc8fd596d118168e3fc82d95..87d94e5fa2a28dac9f26632cc25a29fe088cb1e2:/writer.plp diff --git a/writer.plp b/writer.plp index 24c5599..288891a 100644 --- a/writer.plp +++ b/writer.plp @@ -28,6 +28,33 @@ dd > img { dd input ~ button { margin-left: -5em; } + +ul.popup { + display: flex; + flex-wrap: wrap; + align-items: end; + position: fixed; + left: 0; + top: 0; + margin: auto; + max-height: 90%; + max-width: 90%; + overflow: auto; + background: rgba(0, 0, 0, .8); + border: 1px solid #CCC; +} + +section { + position: absolute; + top: 7ex; + right: 1em; +} +section > ul { + margin-top: 1ex; +} +section > ul strong, section form { + line-height: 2; +}