Clear before showing upload-image section.
[Sone.git] / src / main / resources / static / css / sone.css
index d5880b1..1767090 100644 (file)
@@ -290,8 +290,8 @@ textarea {
 
 #sone .menu-avatar {
        display: inline-block;
-       width: 48px;
-       height: 48px;
+       width: 64px;
+       height: 64px;
        overflow: hidden;
 }
 
@@ -800,6 +800,10 @@ textarea {
        float: right;
 }
 
+#sone .clear {
+       clear: both;
+}
+
 #sone h1 {
        font-family: inherit;
        font-size: 200%;
@@ -856,5 +860,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;
 }