X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=d2397dea718b41042fcac6a4414a43acfb477ed7;hb=ac09864b014e6dc6f804845d5bb1d5e803808877;hp=33583991c21955488545a90ace7034535695bbad;hpb=c86c161825115605e870e3b9fa8380080a8e0293;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 3358399..d2397de 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -49,6 +49,30 @@ textarea { color: rgb(255, 172, 0); } +#sone #notification-area { + margin-bottom: 1em; +} + +#sone #notification-area .notification { + padding: 1ex; + border: solid 1px #ccc; + background-color: #ffffa0; + margin-bottom: 1ex; + min-height: 3.5ex; +} + +#sone #notification-area .notification .dismiss { + float: right; +} + +#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; @@ -185,6 +209,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 { @@ -267,15 +292,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;