Changeset 29459


Ignore:
Timestamp:
Sep 10, 2014, 4:53:40 PM (10 years ago)
Author:
JanisV
Message:

Remove JS resizing

Location:
extensions/stripped_responsive
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_responsive/js/scripts-tcp.js

    r29453 r29459  
    22
    33// scripts Category Page ------------------------------------------------------------------------------------------------------------
    4 
    5         // resize thumbnail block
    6         jQuery(window).resize(function() { tnb_resize(); });
    7         tnb_resize();
    84
    95        // display alt from PWG stuffs actions.
     
    5046
    5147
    52 // Thumbnails Block Resize function
    53 
    54 function tnb_resize() {
    55         if (jQuery("#thumbnails_block2").length != 0) {
    56                 var tnb_width = 40+180*parseInt((jQuery("#thumbnails_block1").width()-40)/180);
    57                 jQuery("#thumbnails_block2").css("max-width",tnb_width+"px");
    58         };
    59 }
    60 
    6148/**
    6249 * Cookie plugin
  • extensions/stripped_responsive/theme.css

    r29458 r29459  
    288288
    289289#menubar {
    290         width:159px;
     290        width:160px;
    291291        margin: 0;
    292292        padding: 0 0 0 19px;
Note: See TracChangeset for help on using the changeset viewer.