X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=4ed580104eed5e50c3a5ebc13e3bde304f19b64d;hb=dc6bb8b830802b63b5e5d14aa5b024ef7dd613da;hp=c6b65ffb54601c0b526395dc7b3af039756cbdb4;hpb=be00633d1250fc7480d19f11343f3e390c7e51f3;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index c6b65ff..4ed5801 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -58,6 +58,11 @@ textarea { 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 { @@ -382,7 +387,7 @@ textarea { display: none; } -#sone .sone form.block button, #sone .sone form.unblock button, #sone .sone form.follow button, #sone .sone form.unfollow button, #sone .sone form.blacklist button, #sone .sone form.unblacklist button { +#sone .sone form.follow button, #sone .sone form.unfollow button { display: inline; color: rgb(28, 131, 191); background: none; @@ -391,7 +396,7 @@ textarea { padding: 0px; } -#sone .sone form.block button:hover, #sone .sone form.unblock button:hover, #sone .sone form.follow button:hover, #sone .sone form.unfollow button:hover, #sone .sone form.blacklist button:hover, #sone .sone form.unblacklist button:hover { +#sone .sone form.follow button:hover, #sone .sone form.unfollow button:hover { display: inline; color: rgb(255, 172, 0); }