Ignore:
Timestamp:
Dec 23, 2013, 2:06:07 PM (10 years ago)
Author:
mistic100
Message:

(slider) update nivoslider, add thumbnails navigation option, force no img borders

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ExtendedDescription/template/nivoslider/nivo-slider.css

    r17349 r26127  
    11/*
    2  * jQuery Nivo Slider v3.0.1
     2 * jQuery Nivo Slider v3.2
    33 * http://nivo.dev7studios.com
    44 *
     
    99 
    1010/* The Nivo Slider styles */
    11 .slider-wrapper {
    12         margin:0 auto;
    13 }
    1411.nivoSlider {
    1512        position:relative;
     
    1714        height:auto;
    1815        overflow: hidden;
    19         margin: 0 auto;
    2016}
    2117.nivoSlider img {
     
    2319        top:0px;
    2420        left:0px;
     21        max-width: none;
    2522}
    2623.nivo-main-image {
    2724        display: block !important;
    2825        position: relative !important;
    29         //width: 100% !important;
    30         margin: 0 auto;
     26        width: 100% !important;
    3127}
    3228
     
    4339        z-index:6;
    4440        display:none;
     41        background:white;
     42        filter:alpha(opacity=0);
     43        opacity:0;
    4544}
    4645/* The slices and boxes in the Slider */
Note: See TracChangeset for help on using the changeset viewer.