X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=f5250e3b717e2f80cbe903218dcfbcf737d2eadc;hb=a5a7381f8624ceec940fc49896fc0c774dc6d0eb;hp=78952461c541480af91b967282045c94cb9843b9;hpb=92e44c7068d88f23a29a4f82da3b91135c3ef2f2;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 7895246..f5250e3 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -105,6 +105,10 @@ textarea { min-height: 3.5ex; } +#sone #notification-area .notification button { + margin-left: 1ex; +} + #sone #notification-area .notification .dismiss { float: right; } @@ -113,6 +117,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; @@ -156,7 +164,7 @@ textarea { margin-bottom: 1em; } -#sone #update-status label { +#sone #update-status label, #sone #post-message label { display: none; } @@ -172,11 +180,11 @@ textarea { float: right; } -#sone #update-status .select-sender, #sone .create-reply .select-sender { +#sone #update-status .select-sender, #sone .create-reply .select-sender, #sone #post-message .select-sender { display: none; } -#sone #update-status .select-sender button { +#sone #update-status .select-sender button, #sone #post-message .select-sender button { display: inline; float: left; } @@ -246,6 +254,11 @@ textarea { color: rgb(28, 131, 191); } +#sone .post .bookmarks, #sone .post .bookmarked, #sone .post .not-bookmarked { + display: inline; + color: rgb(28, 131, 191); +} + #sone .post .time { display: inline; color: #666; @@ -384,7 +397,7 @@ textarea { float: right; } -#sone .create-reply .select-sender button { +#sone .create-reply .select-sender button, #sone #post-message .select-sender button { display: inline; float: left; }