X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=c2cbdd1621f892223bb41d58d72df55bb2ae5ad9;hb=ecf753a31601e558b681daab0598009fe9eec99a;hp=5b1d48674ed9fdef1f59d77262049c50ba3d2f22;hpb=07986b4b91b0094ee3fb2304d8c4970433bbb29d;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 5b1d486..c2cbdd1 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -113,6 +113,10 @@ textarea { margin-left: 1ex; } +#sone #notification-area .notification .mark-as-read { + float: right; +} + #sone #plugin-warning { border: solid 0.5em red; padding: 0.5em; @@ -172,6 +176,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; } @@ -362,12 +375,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; } @@ -375,6 +388,11 @@ textarea { float: right; } +#sone .create-reply .select-sender button { + display: inline; + float: left; +} + #sone .sone { clear: both; background-color: #f0f0ff;