From 1f4f3ae3cb26002f106762c49f75317f597a1d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 17 Mar 2015 15:06:23 +0100 Subject: [PATCH] cournonterral adjustments --- .../custom-cournonterral.css | 41 +++++++++++++++---- 1 file changed, 34 insertions(+), 7 deletions(-) diff --git a/wcs/montpellier-commune/custom-cournonterral.css b/wcs/montpellier-commune/custom-cournonterral.css index 7b482e8..16b6496 100644 --- a/wcs/montpellier-commune/custom-cournonterral.css +++ b/wcs/montpellier-commune/custom-cournonterral.css @@ -4,28 +4,29 @@ body { a#bandeau-commune { background-image: url(cournonterral/bandeau.png); - background-position: 0% 50%; + background-position: 0% 60%; text-indent: -2000px; border: none; - min-height: 220px; + min-height: 240px; width: 100%; + padding: 0; } div#page { background: white; - width: 1040px; - margin: 50px auto 10px auto; + width: 1000px; + margin: 30px auto 10px auto; background-color: #FFF; box-sizing: initial; } div#header { position: relative; - margin: 0; + margin: 0 auto; } div#main-content-wrapper { - margin-top: 169px; + margin-top: 189px; } div#top { @@ -127,7 +128,6 @@ div.large div#rub_service h3, div#centre h3 { background: #dc911b; color: white; - border-bottom: 2px solid black; } @@ -172,3 +172,30 @@ div.buttons input { #welcome { border: none; } + +div#services > ul > li { + margin: 0 0 10px 0; + width: 100%; +} + +div#rub_consultation h2, +div#rub_service h2, +div#rub_annonce h2, +div#rub_agenda h2, +div#profile h2, +div#services-2nd h3, +div#member h2, +div#help h2, div#info h2, div#accessibility h2, div#contact h2, +div#gauche h3, +div.large div#rub_service h3, +div#centre h3 { + padding-left: 10px; +} + +div#home-page-intro { + padding: 0; +} + +div#home-page-intro p { + margin: 1ex 2px; +}