VRFS-736 positioning share links on right
This commit is contained in:
parent
91ca1af98b
commit
738b848d28
|
|
@ -13,6 +13,12 @@ body.web {
|
|||
}
|
||||
}
|
||||
}
|
||||
.share_links {
|
||||
position: absolute;
|
||||
top: 116px;
|
||||
left: 1100px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.buzz {
|
||||
width: 300px;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue