X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=3d0ac5c9dd28ca954437879201359222a4445aa0;hb=ea6f0be905e2e4ee185cdaba10e16ab9b20f17c8;hp=01a2d3026630a8a7c66536f0ab10c330c4f19238;hpb=f9e5a2f7c13f3ce5109ee29c3374b538d9645165;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 01a2d30..3d0ac5c 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -8,6 +8,7 @@ input[type=text], textarea { font-size: 90%; margin: 0.5ex; + margin-left: 0; border: solid 1px #ccc; padding: 0.5ex; height: 1.5em; @@ -216,10 +217,12 @@ textarea { } #sone .post .create-reply input[type=text] { + margin-left: 0.5ex; width: 50em; } #sone .post .create-reply textarea { + margin-left: 0.5ex; width: 50em; height: 4em; } @@ -321,6 +324,10 @@ textarea { height: 1.5em; } +#sone #create-sone textarea { + height: 1.5em; +} + #sone #add-sone button { position: absolute; }