]> _ Git - fluidbook-v3.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 13 Mar 2017 12:10:17 +0000 (12:10 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 13 Mar 2017 12:10:17 +0000 (12:10 +0000)
framework/application/layouts/scripts/layout.phtml
less/310-contact.less

index 05d803ac4f1af544024406f37ed940993801fb53..e932086afeb72029a6682a1ad74b201f21605099 100644 (file)
@@ -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');
index 4facee5a3a279cb4da279daf66b94b7da3ef575f..5bf241c1b00a15fc7035344e3b6be38bfb67275a 100644 (file)
@@ -60,4 +60,9 @@
        a {
                text-decoration: none;
        }
+}
+
+.request-quote .form {
+       position: relative;
+       z-index: 2;
 }
\ No newline at end of file