X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=bc7445a4c5f8c47de01e1da7e01dcd268a484b98;hb=b855ed1dda7278725760e1b2611a30d783c30091;hp=530b2e19c5c715c2c6faa1258ae02a992f165960;hpb=62639dced3ebe2e6bd54e1525b14b469946ef5da;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 530b2e1..bc7445a 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -172,7 +172,7 @@ textarea { float: right; } -#sone #update-status .select-sender { +#sone #update-status .select-sender, #sone .create-reply .select-sender { display: none; } @@ -371,12 +371,12 @@ textarea { #sone .post .create-reply input[type=text] { margin-left: 0.5ex; - width: 44em; + width: 42em; } #sone .post .create-reply textarea { margin-left: 0.5ex; - width: 44em; + width: 42em; height: 4em; } @@ -384,6 +384,11 @@ textarea { float: right; } +#sone .create-reply .select-sender button { + display: inline; + float: left; +} + #sone .sone { clear: both; background-color: #f0f0ff;