Commit 8642aff2f66df24700327a10bab02a3bf6fe9520

Authored by Victor Costa
1 parent bfb7a8ba

fix comment actions menu

Showing 1 changed file with 19 additions and 2 deletions   Show diff stats
style.css
... ... @@ -807,10 +807,14 @@ p {
807 807 }
808 808  
809 809 #content .comment-header .comment-actions-reply{
810   - margin-right: 10px;
811   - margin-top: 5px;
  810 + margin-right: 5px;
  811 + margin-top: 5px;
812 812 }
813 813  
  814 +.comment-details .menu-submenu {
  815 + bottom: -4px;
  816 + right: -130px;
  817 +}
814 818  
815 819 #page-comment-form .post_comment_box {
816 820 display: inline-block;
... ... @@ -1134,6 +1138,19 @@ ul.profile-list .common-profile-list-block {
1134 1138 overflow: visible;
1135 1139 }
1136 1140  
  1141 +#content .comment-actions li {
  1142 + padding: 2px;
  1143 +}
  1144 +
  1145 +#article .article-comment .comment-details .comment-actions h4 {
  1146 + display: none;
  1147 +}
  1148 +
  1149 +.menu-submenu-trigger, .comment-actions .vcard .menu-submenu-trigger {
  1150 + width: 20px;
  1151 + height: 20px;
  1152 +}
  1153 +
1137 1154 .common-profile-list-block .vcard:hover .menu-submenu-trigger {
1138 1155 /* display: none;*/
1139 1156 }
... ...