X-Git-Url: https://git.r.bdr.sh/rbdr/grita/blobdiff_plain/396b06b88ac6a3afaf816fe29bce239269c3511e..dd8a375b20d10bb986d4b143f1cf923aec7d6b6e:/views/style.css diff --git a/views/style.css b/views/style.css index 7582af3..3427b79 100644 --- a/views/style.css +++ b/views/style.css @@ -29,7 +29,7 @@ body { width: 140px; height: 65px; display: block; - margin: 10px 380px; + margin: 10px 410px; } #header #logo span { display: none; } #header #logomini span { display: none; } @@ -114,10 +114,7 @@ hr { border: 0; border-bottom: 1px solid #eeeeee; } -#body #qrcode { - display: block; - margin: 10px 90px; -} +#body #sharing { text-align: center; } #body input.title { border: 1px solid #cccccc; font-size: 1.6em; @@ -132,6 +129,11 @@ hr { margin: 0 90px; width: 770px; } +#body #sharing input.url { + width: 290px; + margin-bottom: 10px; + margin-top: 10px; +} #body textarea.text { border: 1px solid #cccccc; font-size: 1.6em; @@ -165,3 +167,10 @@ hr { width: 760px; background-color: #f0fff0; } +.tooltip { + position: absolute; + top: 0; + left: 0; + z-index: 3; + display: none; +}