From: stephen@cubedesigners.com Date: Thu, 11 Aug 2016 09:19:23 +0000 (+0000) Subject: Add homepage image column to examples list in admin to allow easier management of... X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=929cbf8b040b7a30ba710e35b732a80c55d82d25;p=fluidbook-v3.git Add homepage image column to examples list in admin to allow easier management of homepage references #493 @0:10 --- diff --git a/framework/application/forms/CMS/Sub/Exemples/Fluidbook.php b/framework/application/forms/CMS/Sub/Exemples/Fluidbook.php index f3b55d0..4db3162 100644 --- a/framework/application/forms/CMS/Sub/Exemples/Fluidbook.php +++ b/framework/application/forms/CMS/Sub/Exemples/Fluidbook.php @@ -54,7 +54,7 @@ class Fluidbook_Form_CMS_Sub_Exemples_Fluidbook extends CubeIT_Form_List_Model { ->setEditTitle('Edition de l\'exemple « $title »') ->setModel('Fluidbook_Model_Reference') ->setTitleColumn("title") - ->setAdditionnalColumns(array('fluidbook_id', 'featured', 'date')) + ->setAdditionnalColumns(array('fluidbook_id', 'featured', 'homeimage', 'date')) ->setSearchColumns(array('text', 'fluidbook_id', 'title')); } } \ No newline at end of file diff --git a/less/101-header.less b/less/101-header.less index 54920d7..e6592ce 100644 --- a/less/101-header.less +++ b/less/101-header.less @@ -1,7 +1,7 @@ @import "000-imports"; header#h { - transition: left 0.4s ease 0s; + transition: all 0.4s ease 0s; position: fixed; top: 0px; diff --git a/less/210-home.less b/less/210-home.less index ec3563b..1183084 100644 --- a/less/210-home.less +++ b/less/210-home.less @@ -35,6 +35,7 @@ } section { + overflow: hidden; &.light { color: #fff;