From: Steve Sutton Date: Wed, 13 Aug 2014 17:56:15 +0000 (-0400) Subject: Update slideshow size X-Git-Tag: V1.0^2~96 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5df27f7f16ca213a7e5e4167ef6df139164373f2;p=web%2FKeweenaw.git Update slideshow size fix size of nivo slider and fix for admin side for edit page --- diff --git a/Toolkit/RotatingImages/Gateway.php b/Toolkit/RotatingImages/Gateway.php index 7413fc0..13591e2 100644 --- a/Toolkit/RotatingImages/Gateway.php +++ b/Toolkit/RotatingImages/Gateway.php @@ -247,7 +247,6 @@ class Toolkit_RotatingImages_Gateway $stmt->bindParam(':active', $image->getActive(), PDO::PARAM_BOOL); $stmt->bindParam(':external', $image->getExternal(), PDO::PARAM_BOOL); $stmt->bindParam(':id', $image->getId(), PDO::PARAM_INT); - $stmt->bindParam(':application', $image->getApplication(), PDO::PARAM_INT); $stmt->bindParam( ':thumb_width', $image->getThumbWidth(), PDO::PARAM_INT ); diff --git a/Toolkit/RotatingImages/templates/rotatingImages.html b/Toolkit/RotatingImages/templates/rotatingImages.html index 7a63826..a568dee 100644 --- a/Toolkit/RotatingImages/templates/rotatingImages.html +++ b/Toolkit/RotatingImages/templates/rotatingImages.html @@ -14,7 +14,9 @@ right: 10px; } #slider-wrapper { - width: 100%; + width: 587px; + margin-left: auto; + margin-right: auto; height: auto; position: relative; }