Commit 2fd0c50580fe63a44aea903992f596f047ebf7af

Authored by Daniela Feitosa
1 parent 54942352

Readded balloon on articles comments

(ActionItem1826)
app/views/profile/_profile_network_activities.rhtml
... ... @@ -6,7 +6,7 @@
6 6 <%= render :partial => 'comment', :collection => activity.comments %>
7 7 </ul>
8 8  
9   - <%#= render :partial => 'profile_comment_form', :locals => { :activity => activity } %>
  9 + <%= render :partial => 'profile_comment_form', :locals => { :activity => activity } %>
10 10 <hr />
11 11 </li>
12 12 <% end %>
... ...
public/designs/themes/base/style.css
... ... @@ -1053,53 +1053,53 @@ hr.pre-posts, hr.sep-posts {
1053 1053  
1054 1054 .comment-wrapper-1 {
1055 1055 margin-left: 60px;
1056   - Xbackground: url(imgs/comment-bg-N.png) 0% 0% repeat-x;
  1056 + background: url(imgs/comment-bg-N.png) 0% 0% repeat-x;
1057 1057 }
1058 1058 .comment-wrapper-2 {
1059   - Xbackground: url(imgs/comment-bg-S.png) 0% 100% repeat-x;
  1059 + background: url(imgs/comment-bg-S.png) 0% 100% repeat-x;
1060 1060 }
1061 1061 .comment-wrapper-3 {
1062   - Xbackground: url(imgs/comment-bg-L.png) 100% 0% repeat-y;
  1062 + background: url(imgs/comment-bg-L.png) 100% 0% repeat-y;
1063 1063 }
1064 1064 .comment-wrapper-4 {
1065   - Xbackground: url(imgs/comment-bg-O.png) 0% 0% repeat-y;
  1065 + background: url(imgs/comment-bg-O.png) 0% 0% repeat-y;
1066 1066 }
1067 1067 .comment-wrapper-5 {
1068   - Xbackground: url(imgs/comment-bg-SL.png) 100% 100% no-repeat;
  1068 + background: url(imgs/comment-bg-SL.png) 100% 100% no-repeat;
1069 1069 }
1070 1070 .comment-wrapper-6 {
1071   - Xbackground: url(imgs/comment-bg-SO.png) 0% 100% no-repeat;
  1071 + background: url(imgs/comment-bg-SO.png) 0% 100% no-repeat;
1072 1072 }
1073 1073 .comment-wrapper-7 {
1074   - Xbackground: url(imgs/comment-bg-NL.png) 100% 0% no-repeat;
  1074 + background: url(imgs/comment-bg-NL.png) 100% 0% no-repeat;
1075 1075 }
1076 1076 .comment-wrapper-8 {
1077   - Xbackground: url(imgs/comment-bg-NO.png) 0% 0% no-repeat;
  1077 + background: url(imgs/comment-bg-NO.png) 0% 0% no-repeat;
1078 1078 }
1079 1079  
1080 1080 .comment-from-owner .comment-wrapper-1 {
1081   - Xbackground: #fbf7b5 url(/images/comment-owner-bg-N.png) repeat-x;
  1081 + background: #fbf7b5 url(/images/comment-owner-bg-N.png) repeat-x;
1082 1082 }
1083 1083 .comment-from-owner .comment-wrapper-2 {
1084   - Xbackground: url(/images/comment-owner-bg-S.png) 0% 100% repeat-x;
  1084 + background: url(/images/comment-owner-bg-S.png) 0% 100% repeat-x;
1085 1085 }
1086 1086 .comment-from-owner .comment-wrapper-3 {
1087   - Xbackground: url(/images/comment-owner-bg-L.png) 100% 0% repeat-y;
  1087 + background: url(/images/comment-owner-bg-L.png) 100% 0% repeat-y;
1088 1088 }
1089 1089 .comment-from-owner .comment-wrapper-4 {
1090   - Xbackground: url(/images/comment-owner-bg-O.png) 0% 0% repeat-y;
  1090 + background: url(/images/comment-owner-bg-O.png) 0% 0% repeat-y;
1091 1091 }
1092 1092 .comment-from-owner .comment-wrapper-5 {
1093   - Xbackground: url(/images/comment-owner-bg-SL.png) 100% 100% no-repeat;
  1093 + background: url(/images/comment-owner-bg-SL.png) 100% 100% no-repeat;
1094 1094 }
1095 1095 .comment-from-owner .comment-wrapper-6 {
1096   - Xbackground: url(/images/comment-owner-bg-SO.png) 0% 100% no-repeat;
  1096 + background: url(/images/comment-owner-bg-SO.png) 0% 100% no-repeat;
1097 1097 }
1098 1098 .comment-from-owner .comment-wrapper-7 {
1099   - Xbackground: url(/images/comment-owner-bg-NL.png) 100% 0% no-repeat;
  1099 + background: url(/images/comment-owner-bg-NL.png) 100% 0% no-repeat;
1100 1100 }
1101 1101 .comment-from-owner .comment-wrapper-8 {
1102   - Xbackground: url(/images/comment-owner-bg-NO.png) 0% 0% no-repeat;
  1102 + background: url(/images/comment-owner-bg-NO.png) 0% 0% no-repeat;
1103 1103 }
1104 1104  
1105 1105 .comment-created-at {
... ...
public/stylesheets/application.css
... ... @@ -1320,7 +1320,7 @@ a.comment-picture {
1320 1320 }
1321 1321  
1322 1322 .comment-balloon-content {
1323   - Xmargin-left: 15px;
  1323 + margin-left: 15px;
1324 1324 }
1325 1325  
1326 1326 /* * * Comment Replies * * */
... ...