X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=de12c1842172fd22cf69e87e9147fb2818971ed0;hb=d56e5c4f3f730aa6c097a51652d2fe6530104783;hp=90c2183976ba4eef82086b2cb4dd30574f282e3e;hpb=3d9651b5ce6a935bd027c42e8c530f8d87921797;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 90c2183..de12c18 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -7,6 +7,16 @@ input[type=text], textarea { font-size: 90%; + margin: 0.5ex; + border: solid 1px #ccc; + padding: 0.5ex; + height: 1.5em; + width: 50em; + outline: none; +} + +textarea { + height: 4em; } #sone form { @@ -78,12 +88,10 @@ input[type=text], textarea { #sone #update-status input[type=text] { width: 45em; -} +} #sone #update-status textarea { - border: solid 1px #ccc; width: 45em; - height: 4em; } #sone #update-status button { @@ -293,18 +301,33 @@ input[type=text], textarea { } #sone #create-sone { - + } -#sone #tail .import-key { +#sone #tail .import-key, #sone #import-key .import-key { margin-top: 1em; border-top: solid 1px #ccc; padding-top: 1em; text-align: center; - font-size: 85%; + font-size: 75%; color: #888; } +#sone #import-key .import-key { + border-top: none; +} + +#sone #add-sone textarea { + height: 1.5em; +} + +#sone #create-sone textarea { + height: 1.5em; +} + +#sone #add-sone button { + position: absolute; +} #sone h1 { font-family: inherit; @@ -317,7 +340,7 @@ input[type=text], textarea { font-weight: bold; } -#sone input.status-input.default, #sone input.reply-input.default, #sone #add-sone input[name=request-uri].default { +#sone input.default { color: #888; }