Make “follow”, “unfollow”, “block” and “unblock” buttons dynamic.
[Sone.git] / src / main / resources / static / css / sone.css
index b2c5ff0..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);
@@ -344,6 +352,7 @@ textarea {
        width: 3em;
        border: solid 1px #ccc;
        background-color: #f0f0ff;
+       margin: 1ex 0;
 }
 
 #sone .navigation .first, #sone .navigation .previous {
@@ -351,6 +360,8 @@ textarea {
 }
 
 #sone .navigation .current-page, #sone .navigation .total-pages {
+       position: relative;
+       top: 0.5em;
        margin-top: 0.5ex;
        display: inline;
 }
@@ -367,6 +378,9 @@ textarea {
        font-family: inherit;
        font-size: 200%;
        font-weight: bold;
+       clear: both;
+       margin: 0;
+       margin-top: 1em;
 }
 
 #sone .error label {
@@ -382,3 +396,8 @@ textarea {
        width: 130ex;;
        font-size: 75%;
 }
+
+#sone .confirm {
+       font-weight: bold !important;
+       color: red !important;
+}