X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=a83d3a1751478e9fb786e9309cecbcdc0ce924b9;hb=36af6a6efdac06222844893180d39f611dd29a42;hp=f39cfef412403fb8ff35c2905be2877bba2d8e40;hpb=d53a79eeb9531a08173431ce2ba19156eeca4a0c;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index f39cfef..a83d3a1 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -108,6 +108,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; @@ -147,6 +151,10 @@ textarea { padding-left: 1ex; } +#sone #update-status { + margin-bottom: 1em; +} + #sone #update-status label { display: none; }