X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=c6b65ffb54601c0b526395dc7b3af039756cbdb4;hb=be00633d1250fc7480d19f11343f3e390c7e51f3;hp=5f3e938451e08a3b7a44f83fb3adab2127ca223f;hpb=f40370437636a2a706ea1d605f716c8f624a735f;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 5f3e938..c6b65ff 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -53,6 +53,21 @@ textarea { margin-bottom: 1em; } +#sone #notification-area .notification { + padding: 1ex; + border: solid 1px #ccc; + background-color: #ffffa0; + margin-bottom: 1ex; +} + +#sone #notification-area .notification > div { + display: inline; +} + +#sone #notification-area .notification .post-count { + margin-left: 1ex; +} + #sone #plugin-warning { border: solid 0.5em red; padding: 0.5em; @@ -189,6 +204,7 @@ textarea { background: none; padding: 0px; color: rgb(28, 131, 191); + font: inherit; } #sone .post .delete button:hover, #sone .post .like button:hover, #sone .post .unlike button:hover { @@ -271,15 +287,6 @@ textarea { content: ' ‧ '; } -#sone .post .reply .status-line .delete { - float: none; - display: inline; -} - -#sone .post .reply .status-line .delete:before { - content: ' · '; -} - #sone .post .create-reply { clear: both; background-color: #f0f0ff;