Ticket #8818: 8818.diff
| File 8818.diff, 703 bytes (added by , 3 years ago) |
|---|
-
style.css
874 874 text-transform: none; 875 875 margin: 10px 5px 10px 0; 876 876 } 877 .commentmetadata { 878 right: 8px; 879 top: 8px; 880 position: absolute; 881 font-weight: normal; 882 font-size: .8em; 883 margin: 0; 884 display: block; 877 /** Add new css for comment data */ 878 .commentlist li .comment-body { 879 width: 100%; 880 display: block; 885 881 } 882 .commentlist li .comment-body .commentmetadata { 883 position: static; 884 font-weight: normal; 885 font-size: .8em; 886 margin: 0; 887 display: block; 888 text-align: right; 889 } 886 890 #commentform { 887 891 margin: 15px 10px 0 0; 888 892 }