Skip to content

Commit

Permalink
Increase top margin on share row.
Browse files Browse the repository at this point in the history
  • Loading branch information
pattisdr committed Dec 7, 2016
1 parent 1fb4e55 commit a726566
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,9 @@ label.title-label {
.preprint-image {
margin-top: 0 !important;
}
.share-row {
margin-top: 20px;
}
}

.social-media-icons {
Expand Down
2 changes: 1 addition & 1 deletion app/templates/content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{{#unless fullScreenMFR}}
<div class="col-md-5"> {{!RIGHT SIDE COL}}
{{#liquid-spacer growDuration=250 growWidth=false}}
<div class="p-sm osf-box-lt clearfix">{{!SHARE ROW}}
<div class="share-row p-sm osf-box-lt clearfix">{{!SHARE ROW}}
<div class="row" id="download_project clearfix">
<div class="col-xs-12 col-lg-8">
<a class="btn btn-primary" href={{model.primaryFile.links.download}} onbeforeclick={{action 'click' 'link' 'Preprints - Content - Download'}}>{{t "content.share.download_preprint"}}</a>
Expand Down

0 comments on commit a726566

Please sign in to comment.