From: vincent@cubedesigners.com Date: Mon, 13 Mar 2017 12:10:17 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=17f90b3595805b8777966cc56c8f40785cddca1c;p=fluidbook-v3.git --- diff --git a/framework/application/layouts/scripts/layout.phtml b/framework/application/layouts/scripts/layout.phtml index 05d803a..e932086 100644 --- a/framework/application/layouts/scripts/layout.phtml +++ b/framework/application/layouts/scripts/layout.phtml @@ -5,6 +5,7 @@ if ($this->acl()->isAllowed('edition')) { } $this->headMeta()->setViewport('device-width'); +$this->headMeta()->appendName('theme-color', '#8AAB41'); $this->headScript()->addIEConditionnals()->addFastClick(); $this->headScript()->appendFile('/js/002-common.js'); diff --git a/less/310-contact.less b/less/310-contact.less index 4facee5..5bf241c 100644 --- a/less/310-contact.less +++ b/less/310-contact.less @@ -60,4 +60,9 @@ a { text-decoration: none; } +} + +.request-quote .form { + position: relative; + z-index: 2; } \ No newline at end of file