diff --git a/css/pear.css b/css/pear.css index ce42c70f..5f57f8e7 100644 --- a/css/pear.css +++ b/css/pear.css @@ -2,12 +2,10 @@ body { overflow: hidden; } .g-hover-item { - - border: 1px solid #000; - position: absolute !important; - z-index: 1000 !important; -display: block; - + border: 0px solid #000; + position: absolute !important; + z-index: 11 !important; + display: block; } #g-place-holder { @@ -137,9 +135,8 @@ a, .g-menu a, #g-dialog a, .g-button, .g-button:hover, .g-button:active, a.ui-st } .g-paginator { - margin-bottom: 5px; - margin-left: 15px; - margin-right: 15px; - padding-top: 6px; + padding: 6px 15px 5px; + position: relative; + z-index: 20; } diff --git a/icons/pear.css b/icons/pear.css index f64423c6..6f399f29 100644 --- a/icons/pear.css +++ b/icons/pear.css @@ -50,20 +50,23 @@ font-size: 0.7em !important; #gsNavBar { background:transparent url('top_bar_bg.png') repeat-x 100% -12px; -position: static; +position: relative; height: 37px; padding-top: 10px; overflow: hidden; text-shadow: 0 -1px 2px #111111; font-weight: bold; +z-index: 100; } #footerWrapper { - min-width: 800px; +min-width: 800px; width: 100%; background:transparent url('footer_bg.png') top center; height:40px; - clear:both; +clear:both; +z-index: 100; +position: relative; } #logoButton { diff --git a/js/pear.js b/js/pear.js index 54566882..1aa46017 100644 --- a/js/pear.js +++ b/js/pear.js @@ -164,7 +164,7 @@ function swatchSkin(intSkin) { case 'dkgrey': case 1: $('div.gallery-thumb-round').css('backgroundPosition', "-200px 0px"); - $('#mosaicTable,.pear').css('backgroundColor', "#262626"); + $('#mosaicTable,.pear,.g-paginator').css('backgroundColor', "#262626"); $('p.giTitle').css("color", "#a9a9a9"); $("#dkgrey").addClass("dkgrey sel dkgrey-with-sel-with-swatch"); bgcolor = "dkgrey"; @@ -173,7 +173,7 @@ function swatchSkin(intSkin) { case 'ltgrey': case 2: $('div.gallery-thumb-round').css('backgroundPosition', "-400px 0px"); - $('#mosaicTable,.pear').css('backgroundColor', "#d9d9d9"); + $('#mosaicTable,.pear,.g-paginator').css('backgroundColor', "#d9d9d9"); $('p.giTitle').css("color", "#333333"); $("#ltgrey").addClass("ltgrey sel ltgrey-with-sel-with-swatch"); bgcolor = "ltgrey"; @@ -182,7 +182,7 @@ function swatchSkin(intSkin) { case 'white': case 3: $('div.gallery-thumb-round').css('backgroundPosition', "-600px 0px"); - $('#mosaicTable,.pear').css('backgroundColor', "#ffffff"); + $('#mosaicTable,.pear,.g-paginator').css('backgroundColor', "#ffffff"); $('p.giTitle').css("color", "#444444"); $("#white").addClass("white sel white-with-sel-with-swatch"); bgcolor = "white"; @@ -190,7 +190,7 @@ function swatchSkin(intSkin) { // Black is default default: $('div.gallery-thumb-round').css('backgroundPosition', "0px 0px"); - $('#mosaicTable,.pear').css('backgroundColor', "#000"); + $('#mosaicTable,.pear,.g-paginator').css('backgroundColor', "#000"); $('p.giTitle').css("color", "#a3a3a3"); $("#black").addClass("black sel black-with-sel-with-swatch"); bgcolor = "black";