Add context menu to reply avatars.
[Sone.git] / src / main / resources / static / css / sone.css
index 9bdf10a..96ca0d3 100644 (file)
@@ -251,7 +251,7 @@ textarea {
        border-bottom: none;
 }
 
-#sone .post .sone-post-menu {
+#sone .post .sone-menu {
        position: absolute;
        top: 0;
        left: -1ex;
@@ -263,12 +263,12 @@ textarea {
        z-index: 1;
 }
 
-#sone .post .sone-post-menu .avatar {
+#sone .post .sone-menu .avatar {
        position: absolute;
        margin-right: 1ex;
 }
 
-#sone .post .sone-post-menu .inner-menu {
+#sone .post .sone-menu .inner-menu {
        margin-left: 64px;
        padding-left: 1ex;
        min-height: 64px;
@@ -420,13 +420,17 @@ textarea {
 }
 
 #sone .post .reply {
+       position: relative;
        clear: both;
        background-color: #f0f0ff;
-       font-size: 85%;
        margin: 1ex 0px;
        padding: 1ex;
 }
 
+#sone .post .reply .inner-part {
+       font-size: 85%;
+}
+
 #sone .post .reply.new {
        background-color: #ffffa0;
 }