Merge branch 'stage4' of bitbucket.org:Bonus_05/expomap into stage4

remotes/origin/mobile_from_stage4
Alexander Burdeiny 10 years ago
commit a327661c81
  1. 2
      static/client/css/main.css
  2. 2
      static/client/css_min/main.min.css
  3. 20
      templates/client/includes/sharing_block.html

@ -7179,6 +7179,8 @@ a.order-button:hover .ob-text {
.for_participation .pr-list .prl-descr{
display: block;
max-width: initial;
height: auto;
white-space: normal;
}
.for_participation .pr-list .prl-value{
border-bottom: 0px;

File diff suppressed because one or more lines are too long

@ -9,27 +9,7 @@
</div>
<script>
// $(function(){
// var ot = $('.sharing_block').offset().top,
// left = $('.sharing_block .social-likes').offset();
// console.log(left)
// $(window).scroll(function(event) {
// if( $(window).scrollTop() >= ot + 5 ){
// $('.sharing_block .social-likes').css({
// position: 'fixed',
// top: '5px',
// left: left + 'px'
// });//.addClass('fixed');
// } else {
// $('.sharing_block .social-likes').css('position', 'static')//.removeClass('fixed');
// }
// });
// })
$('.social-likes').on('ready.social-likes', function(event, number) {
// number is total number of shares
var $sl = $('.sharing_block .social-likes'),
ot = $('.sharing_block').offset().top,

Loading…
Cancel
Save