Changeset 12673


Ignore:
Timestamp:
Nov 30, 2011, 3:21:04 PM (12 years ago)
Author:
flop25
Message:

jPolaroid : js issue corrected
medium_cat.css : minor css change about the size

Location:
extensions/flop_style
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/flop_style/mainpage_categories/jPolaroid.tpl

    r12500 r12673  
    11{combine_css path="template-extension/flop_style/mainpage_categories/jPolaroid.css"}
    22{combine_css path="template-extension/flop_style/mainpage_categories/jPolaroid/jpolaroid.minified.css"}
    3 {combine_script id="jquery.jpolaroid.minified" load="header" path="template-extension/flop_style/mainpage_categories/jpolaroid/jquery.jpolaroid.min.js"}
     3{combine_script id="jquery.jpolaroid.minified" load="header" path="template-extension/flop_style/mainpage_categories/jPolaroid/jquery.jpolaroid.min.js"}
    44{html_head}
    55  {literal}
  • extensions/flop_style/mainpage_categories/medium_cat.css

    r9850 r12673  
    5959        padding:5px;
    6060        vertical-align: middle;
    61         width:160px;
    62         height:180px;
    6361        text-align: center;
    6462        background-image:none;
     63  border-color: #CCCCCC #777777 #777777 #CCCCCC;
     64  border-radius: 4px 4px 4px 4px;
     65  border-style: solid;
     66  border-width: 2px;
    6567}
    6668#content div.thumbnailCategory * {
  • extensions/flop_style/mainpage_categories/popout_details.tpl

    r12579 r12673  
    55var max_dim_height = 0;
    66jQuery(window).load(function() {
    7   $(".columns img").each(function () {
     7  $(".columns a img").each(function () {
    88    if (jQuery(this).height() > max_dim_height)
    99      max_dim_height = jQuery(this).height() + 10;
     
    1111      max_dim_width = jQuery(this).width() + 10;
    1212
    13     jQuery(".columns img")
     13    jQuery(".columns a img")
    1414      .css('width', max_dim_width+'px')
    1515      .css('height', max_dim_height+'px');
  • extensions/flop_style/thumbnails/jPolaroid.tpl

    r12500 r12673  
    11{combine_css path="template-extension/flop_style/thumbnails/jPolaroid.css"}
    22{combine_css path="template-extension/flop_style/mainpage_categories/jPolaroid/jpolaroid.minified.css"}
    3 {combine_script id="jquery.jpolaroid.minified" load="header" path="template-extension/flop_style/mainpage_categories/jpolaroid/jquery.jpolaroid.min.js"}
     3{combine_script id="jquery.jpolaroid.minified" load="header" path="template-extension/flop_style/mainpage_categories/jPolaroid/jquery.jpolaroid.min.js"}
    44{html_head}
    55  {literal}
Note: See TracChangeset for help on using the changeset viewer.