From 4e5f118dd4e195b4e1e7179e4a88eeebe3361c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 25 Oct 2016 12:28:39 +0200 Subject: [PATCH] montpellier ville: update to always use responsive mode (#13739) --- wcs/montpellier-ville/custom-montpellier.css | 14 +++++++++++++- wcs/montpellier-ville/template.mobile.ezt | 1 + 2 files changed, 14 insertions(+), 1 deletion(-) create mode 120000 wcs/montpellier-ville/template.mobile.ezt diff --git a/wcs/montpellier-ville/custom-montpellier.css b/wcs/montpellier-ville/custom-montpellier.css index 1d1072a..fb02e40 100644 --- a/wcs/montpellier-ville/custom-montpellier.css +++ b/wcs/montpellier-ville/custom-montpellier.css @@ -29,7 +29,7 @@ div#header a#bandeau-commune { color: white; font-family: adelle; font-size: 24px; - width: 460px; + max-width: 460px; } a { @@ -432,6 +432,14 @@ div#services-2nd ul li img { } } +input, select { + max-width: 95%; +} + +textarea { + max-width: 90%; +} + @media screen and (max-width: 510px) { div#services-2nd > ul, div#services > ul { @@ -442,4 +450,8 @@ div#services-2nd ul li img { div#home-page-intro { background-position: top right; } + div#header a#bandeau-commune { + width: auto; + } + } diff --git a/wcs/montpellier-ville/template.mobile.ezt b/wcs/montpellier-ville/template.mobile.ezt new file mode 120000 index 0000000..32eeb34 --- /dev/null +++ b/wcs/montpellier-ville/template.mobile.ezt @@ -0,0 +1 @@ +template.ezt \ No newline at end of file