X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=78952461c541480af91b967282045c94cb9843b9;hb=92e44c7068d88f23a29a4f82da3b91135c3ef2f2;hp=4c855a220b03877cc143a14ce05790ef27648136;hpb=364347ef2075213811bf90f4c30a5ac4fc4ea0c6;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 4c855a2..7895246 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -38,7 +38,6 @@ textarea { #sone select { color: #444; padding: 0.5ex 1.5ex; - width: 45em; } /* now for the real stuff. */ @@ -173,6 +172,15 @@ textarea { float: right; } +#sone #update-status .select-sender, #sone .create-reply .select-sender { + display: none; +} + +#sone #update-status .select-sender button { + display: inline; + float: left; +} + #sone .nice-name { font-weight: bold; } @@ -363,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; } @@ -376,6 +384,11 @@ textarea { float: right; } +#sone .create-reply .select-sender button { + display: inline; + float: left; +} + #sone .sone { clear: both; background-color: #f0f0ff;