Commit 8868b59720c9707d7a9d389a4d9dfac2b2d5cd3f
Exists in
staging
and in
4 other branches
Merge branch 'AI3220_proposals' into rails3_stable
Showing
2 changed files
with
5 additions
and
1 deletions
Show diff stats
plugins/proposals_discussion/public/style.css
@@ -219,3 +219,7 @@ form .proposals-discussion-plugin .body textarea { | @@ -219,3 +219,7 @@ form .proposals-discussion-plugin .body textarea { | ||
219 | clear: both; | 219 | clear: both; |
220 | padding-top: 10px; | 220 | padding-top: 10px; |
221 | } | 221 | } |
222 | + | ||
223 | +.proposal .actions .fb-share-button { | ||
224 | + top: -3px; | ||
225 | +} |
plugins/proposals_discussion/views/content_viewer/_social.html.erb
1 | <a href="https://twitter.com/share" class="twitter-share-button" data-url="<%= url_for proposal.view_url %>" data-text="<%= proposal.title %>" data-count="none"></a> | 1 | <a href="https://twitter.com/share" class="twitter-share-button" data-url="<%= url_for proposal.view_url %>" data-text="<%= proposal.title %>" data-count="none"></a> |
2 | 2 | ||
3 | -<div class="fb-share-button" data-href="<%= url_for proposal.view_url %>" data-layout="box-count"></div> | 3 | +<div class="fb-share-button" data-href="<%= url_for proposal.view_url %>"></div> |