Make “follow”, “unfollow”, “block” and “unblock” buttons dynamic.
[Sone.git] / src / main / resources / static / css / sone.css
index 42ec9e6..79c91b8 100644 (file)
@@ -35,6 +35,10 @@ textarea {
        display: none;
 }
 
+#sone #formPassword {
+       display: none;
+}
+
 #sone a, #sone a:link, #sone a:visited {
        color: rgb(28, 131, 191);
        font-size: inherit;
@@ -290,6 +294,10 @@ textarea {
        bottom: -0.5ex
 }
 
+#sone .sone form.hidden {
+       display: none;
+}
+
 #sone .sone form.block button, #sone .sone form.unblock button, #sone .sone form.follow button, #sone .sone form.unfollow button {
        display: inline;
        color: rgb(28, 131, 191);
@@ -388,3 +396,8 @@ textarea {
        width: 130ex;;
        font-size: 75%;
 }
+
+#sone .confirm {
+       font-weight: bold !important;
+       color: red !important;
+}