Make “show custom avatars” option configurable.
[Sone.git] / src / main / resources / static / css / sone.css
index d5880b1..7754528 100644 (file)
@@ -290,8 +290,8 @@ textarea {
 
 #sone .menu-avatar {
        display: inline-block;
-       width: 48px;
-       height: 48px;
+       width: 64px;
+       height: 64px;
        overflow: hidden;
 }
 
@@ -856,5 +856,17 @@ textarea {
 
 #sone #avatar-selection li .post-avatar {
        vertical-align: middle;
-       margin-bottom: 0.5em;
+       margin-top: 0.5em;
+}
+
+#sone #avatar-selection li#no-avatar {
+       display: block;
+}
+
+#sone form#options ul {
+       padding-left: 1em;
+}
+
+#sone form#options li {
+       list-style-type: none;
 }