Add context menu to reply avatars.
[Sone.git] / src / main / resources / static / css / sone.css
index 0dcf952..96ca0d3 100644 (file)
@@ -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;
 }