From 2fd0c50580fe63a44aea903992f596f047ebf7af Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Mon, 23 Apr 2012 15:25:38 -0300 Subject: [PATCH] Readded balloon on articles comments --- app/views/profile/_profile_network_activities.rhtml | 2 +- public/designs/themes/base/style.css | 32 ++++++++++++++++---------------- public/stylesheets/application.css | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/app/views/profile/_profile_network_activities.rhtml b/app/views/profile/_profile_network_activities.rhtml index 34f9d70..c7e34f7 100644 --- a/app/views/profile/_profile_network_activities.rhtml +++ b/app/views/profile/_profile_network_activities.rhtml @@ -6,7 +6,7 @@ <%= render :partial => 'comment', :collection => activity.comments %> - <%#= render :partial => 'profile_comment_form', :locals => { :activity => activity } %> + <%= render :partial => 'profile_comment_form', :locals => { :activity => activity } %>
<% end %> diff --git a/public/designs/themes/base/style.css b/public/designs/themes/base/style.css index 9d77fb5..46c683f 100644 --- a/public/designs/themes/base/style.css +++ b/public/designs/themes/base/style.css @@ -1053,53 +1053,53 @@ hr.pre-posts, hr.sep-posts { .comment-wrapper-1 { margin-left: 60px; - Xbackground: url(imgs/comment-bg-N.png) 0% 0% repeat-x; + background: url(imgs/comment-bg-N.png) 0% 0% repeat-x; } .comment-wrapper-2 { - Xbackground: url(imgs/comment-bg-S.png) 0% 100% repeat-x; + background: url(imgs/comment-bg-S.png) 0% 100% repeat-x; } .comment-wrapper-3 { - Xbackground: url(imgs/comment-bg-L.png) 100% 0% repeat-y; + background: url(imgs/comment-bg-L.png) 100% 0% repeat-y; } .comment-wrapper-4 { - Xbackground: url(imgs/comment-bg-O.png) 0% 0% repeat-y; + background: url(imgs/comment-bg-O.png) 0% 0% repeat-y; } .comment-wrapper-5 { - Xbackground: url(imgs/comment-bg-SL.png) 100% 100% no-repeat; + background: url(imgs/comment-bg-SL.png) 100% 100% no-repeat; } .comment-wrapper-6 { - Xbackground: url(imgs/comment-bg-SO.png) 0% 100% no-repeat; + background: url(imgs/comment-bg-SO.png) 0% 100% no-repeat; } .comment-wrapper-7 { - Xbackground: url(imgs/comment-bg-NL.png) 100% 0% no-repeat; + background: url(imgs/comment-bg-NL.png) 100% 0% no-repeat; } .comment-wrapper-8 { - Xbackground: url(imgs/comment-bg-NO.png) 0% 0% no-repeat; + background: url(imgs/comment-bg-NO.png) 0% 0% no-repeat; } .comment-from-owner .comment-wrapper-1 { - Xbackground: #fbf7b5 url(/images/comment-owner-bg-N.png) repeat-x; + background: #fbf7b5 url(/images/comment-owner-bg-N.png) repeat-x; } .comment-from-owner .comment-wrapper-2 { - Xbackground: url(/images/comment-owner-bg-S.png) 0% 100% repeat-x; + background: url(/images/comment-owner-bg-S.png) 0% 100% repeat-x; } .comment-from-owner .comment-wrapper-3 { - Xbackground: url(/images/comment-owner-bg-L.png) 100% 0% repeat-y; + background: url(/images/comment-owner-bg-L.png) 100% 0% repeat-y; } .comment-from-owner .comment-wrapper-4 { - Xbackground: url(/images/comment-owner-bg-O.png) 0% 0% repeat-y; + background: url(/images/comment-owner-bg-O.png) 0% 0% repeat-y; } .comment-from-owner .comment-wrapper-5 { - Xbackground: url(/images/comment-owner-bg-SL.png) 100% 100% no-repeat; + background: url(/images/comment-owner-bg-SL.png) 100% 100% no-repeat; } .comment-from-owner .comment-wrapper-6 { - Xbackground: url(/images/comment-owner-bg-SO.png) 0% 100% no-repeat; + background: url(/images/comment-owner-bg-SO.png) 0% 100% no-repeat; } .comment-from-owner .comment-wrapper-7 { - Xbackground: url(/images/comment-owner-bg-NL.png) 100% 0% no-repeat; + background: url(/images/comment-owner-bg-NL.png) 100% 0% no-repeat; } .comment-from-owner .comment-wrapper-8 { - Xbackground: url(/images/comment-owner-bg-NO.png) 0% 0% no-repeat; + background: url(/images/comment-owner-bg-NO.png) 0% 0% no-repeat; } .comment-created-at { diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 3182a53..f398ed2 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1320,7 +1320,7 @@ a.comment-picture { } .comment-balloon-content { - Xmargin-left: 15px; + margin-left: 15px; } /* * * Comment Replies * * */ -- libgit2 0.21.2