X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=0628b720622c00a57c774d461fba14cbf3c8fd0e;hb=6a80d678df30368fa061f9ac714422ed7b3c5633;hp=54cfb6ed5c1a40c1d48c4faccd1ba296a32cde3d;hpb=f4ea1e1b3526175e255831c975d6eea813589f25;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 54cfb6e..0628b72 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -147,6 +147,10 @@ textarea { padding-left: 1ex; } +#sone #update-status { + margin-bottom: 1em; +} + #sone #update-status label { display: none; } @@ -256,6 +260,11 @@ textarea { margin: 0px; } +#sone .post .delete button.confirm { + color: red; + font-weight: bold; +} + #sone .post .trust button { color: rgb(0, 128, 0); } @@ -466,7 +475,7 @@ textarea { display: none; } -#sone .profile-field button.confirm { +#sone .profile-field button.confirm.edit { font-weight: bold; color: #080; }