X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=75a0bfd44257468ba4cd223f05578f46acbde2cf;hb=cafc349bdbf3fd254b15dea83d6172b0784ebe30;hp=fb7587f101f5a10c0b1a5247d9798ea0c8d3642e;hpb=8a8b60858ae83812bf9c7e1898850f5dade69f82;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index fb7587f..75a0bfd 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -60,6 +60,10 @@ textarea { margin-bottom: 1ex; } +#sone #notification-area .notification .dismiss { + float: right; +} + #sone #notification-area .notification > div { display: inline; } @@ -204,6 +208,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 { @@ -286,15 +291,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;