X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=90c2183976ba4eef82086b2cb4dd30574f282e3e;hb=3d9651b5ce6a935bd027c42e8c530f8d87921797;hp=bd57f26dae284c4d1f6c3a9569d593c48e33063d;hpb=c428d29798807c65b9ab48090c3d63b1a8c6718d;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index bd57f26..90c2183 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -1,9 +1,12 @@ /* Sone Main CSS File */ /* first, override some fproxy rules. */ -#sone .post .reply div,#sone .post .time,#sone .post .delete,#sone .post .show-reply-form - { - font-size: inherit; +#sone .post .reply div,#sone .post .time,#sone .post .delete,#sone .post .show-reply-form, input[type=text], textarea { + font: inherit; +} + +input[type=text], textarea { + font-size: 90%; } #sone form { @@ -64,10 +67,29 @@ } #sone #home-sone { + margin-top: 1ex; margin-left: 80px; padding-left: 1ex; } +#sone #update-status label { + display: none; +} + +#sone #update-status input[type=text] { + width: 45em; +} + +#sone #update-status textarea { + border: solid 1px #ccc; + width: 45em; + height: 4em; +} + +#sone #update-status button { + float: right; +} + #sone .nice-name { font-weight: bold; } @@ -185,8 +207,17 @@ padding: 0.5ex; } -#sone .post .create-reply.light button { - display: none; +#sone .post .create-reply input[type=text] { + width: 50em; +} + +#sone .post .create-reply textarea { + width: 50em; + height: 4em; +} + +#sone .post .create-reply button { + float: right; } #sone .sone {