VRFS-736 positioning share links on right

This commit is contained in:
Jonathan Kolyer 2014-05-11 07:18:02 +00:00
parent 91ca1af98b
commit 738b848d28
2 changed files with 10 additions and 6 deletions

View File

@ -13,6 +13,12 @@ body.web {
}
}
}
.share_links {
position: absolute;
top: 116px;
left: 1100px;
z-index: 10;
}
.buzz {
width: 300px;

View File

@ -5,12 +5,10 @@
= link_to image_tag("web/cta_button.png", :alt => "Sign up now for your free account!"), signup_path, class: "signup", id: "signup"
.clearleft
= link_to "Already have an account?", signin_path, class: "signin", id: "signin"
%div{:style => "width:100%; text-align:center"}
%div{:style => "margin:0 auto; display: inline-block"}
- [:twitter, :facebook, :google].each do |site|
= link_to(image_tag("content/icon_#{site}.png", :style => "vertical-align:top"), "javascript:void(0)", {'data-site' => site, :class => 'like-link'})
= ' '
.share_links
- [:twitter, :facebook, :google].each do |site|
= link_to(image_tag("content/icon_#{site}.png", :style => "vertical-align:top"), "javascript:void(0)", {'data-site' => site, :class => 'like-link'})
= ' '
- content_for :after_black_bar do
- if @jamfest_2014