diff --git a/Utility/CurrentFrame.php b/Utility/CurrentFrame.php index 766fd4c1..a0c52ef3 100644 --- a/Utility/CurrentFrame.php +++ b/Utility/CurrentFrame.php @@ -121,7 +121,7 @@ public function setBox() { } $result = $this->Box->find('first', array( - 'recursive' => -1, + 'recursive' => 0, 'conditions' => array( 'Box.id' => $boxId, ), diff --git a/webroot/css/style.css b/webroot/css/style.css index e9d4f789..037a806e 100644 --- a/webroot/css/style.css +++ b/webroot/css/style.css @@ -18,6 +18,10 @@ display: inline-block; } +.img-responsive.nc3-img:not(.center-block) { + display: inline; +} + .display-number-dropdown-toggle { min-width: 125px; max-width: 300px;