aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-08-24 12:56:45 -0700
committerredmatrix <mike@macgirvin.com>2016-08-24 12:56:45 -0700
commit4c840d70a494dae62a856ed91f9039eb16bc51ee (patch)
tree793045faf4408386b793f46e6bcdc74c771a64c6 /view
parent238621ee926e43625a8b15fb9faf996fb45149b3 (diff)
downloadvolse-hubzilla-4c840d70a494dae62a856ed91f9039eb16bc51ee.tar.gz
volse-hubzilla-4c840d70a494dae62a856ed91f9039eb16bc51ee.tar.bz2
volse-hubzilla-4c840d70a494dae62a856ed91f9039eb16bc51ee.zip
revert cover photo changes
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/cover_photo_widget.tpl28
1 files changed, 8 insertions, 20 deletions
diff --git a/view/tpl/cover_photo_widget.tpl b/view/tpl/cover_photo_widget.tpl
index 91f304ccb..4e210a300 100755
--- a/view/tpl/cover_photo_widget.tpl
+++ b/view/tpl/cover_photo_widget.tpl
@@ -1,12 +1,9 @@
<script>
var aside_padding_top;
var section_padding_top;
- var coverSlid = false;
$(document).ready(function() {
- $('body').on('click',slideUpCover);
-
aside_padding_top = parseInt($('aside').css('padding-top'));
section_padding_top = parseInt($('section').css('padding-top'));
@@ -15,7 +12,7 @@
$('main').css('margin-top', - $('nav').outerHeight(true) + 'px');
$('aside').css('padding-top', aside_padding_top - $('nav').outerHeight() + 'px');
$('section').css('padding-top', section_padding_top - $('nav').outerHeight() + 'px');
- $('main').css('opacity', 0.5);
+ $('main').css('opacity', 0);
$('header').hide();
}
else {
@@ -24,16 +21,15 @@
});
$(window).scroll(function () {
- if((! coverSlid) && $('#cover-photo').length && $(window).width() > 755 && $(window).scrollTop() >= $('#cover-photo').height()) {
+ if($('#cover-photo').length && $(window).width() > 755 && $(window).scrollTop() >= $('#cover-photo').height()) {
$('header').fadeIn();
$('main').css('opacity', 1);
$('aside').css('padding-top', aside_padding_top + 'px');
$('section').css('padding-top', section_padding_top + 'px');
- $('#cover-photo').css('padding-top', $('nav').outerHeight());
$(window).scrollTop($(window).scrollTop() - $('#cover-photo').height())
- $('.navbar-fixed-top').css({ 'position' : 'fixed', 'top' : 0});
+ $('.navbar-fixed-top').css('position', 'fixed');
$('main').css('margin-top', '');
- coverSlid = true;
+ $('#cover-photo').remove();
}
if($('#cover-photo').length) {
$('main').css('opacity', ($(window).scrollTop()/$('#cover-photo').height()).toFixed(1));
@@ -43,28 +39,20 @@
$(window).resize(function () {
if($('#cover-photo').length && $(window).width() < 755) {
$('main').css('opacity', 1);
- $('aside').css('padding-top', aside_padding_top + $('nav').outerHeight() + 20 + 'px');
- $('section').css('padding-top', section_padding_top + $('nav').outerHeight() + 20 + 'px');
- $('.navbar-fixed-top').css({ 'position' : 'fixed', 'top' : 0 });
+ $('aside').css('padding-top', aside_padding_top + 'px');
+ $('section').css('padding-top', section_padding_top + 'px');
+ $('.navbar-fixed-top').css('position', 'fixed');
$('#cover-photo').remove();
}
});
function slideUpCover() {
- if(coverSlid)
- return;
$('html, body').animate({scrollTop: Math.ceil($('#cover-photo').height()) + 'px' });
- $('#cover-photo').css({ 'position' : 'relative' , 'top' : $('nav').outerHeight() });
- $('.navbar-fixed-top').css({ 'position' : 'fixed', 'top' : 0});
- $('aside').css('padding-top', aside_padding_top + 'px');
- $('section').css('padding-top', section_padding_top + 'px');
- $('main').css('margin-top', '');
- coverSlid = true;
}
</script>
-<div id="cover-photo" title="{{$hovertitle}}">
+<div id="cover-photo" onclick="slideUpCover();" title="{{$hovertitle}}">
{{$photo_html}}
<div id="cover-photo-caption">
<div class="cover-photo-title">