From a76c6a755cc15df5d99ae1eb62355cd5495e04b5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 16 Oct 2015 14:04:12 +0200 Subject: Mise à jour de style et de la page légale MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chimere_example_static/chimere/css/alpesvertes.css | 78 ++++++++++++++-------- templates/chimere/blocks/edit_legal.html | 2 +- 2 files changed, 53 insertions(+), 27 deletions(-) diff --git a/chimere_example_static/chimere/css/alpesvertes.css b/chimere_example_static/chimere/css/alpesvertes.css index 05734a3..4242af6 100644 --- a/chimere_example_static/chimere/css/alpesvertes.css +++ b/chimere_example_static/chimere/css/alpesvertes.css @@ -3,13 +3,30 @@ /* --- header nav bar --- */ +.navbar { + min-height: 36px; +} + .navbar-collapse { - padding-right:0; + padding-right: 0; + padding-left: 0; +} + +.nav > li > a { + padding-left: 10px; + padding-right: 10px; +} + +.nav.navbar-nav > li > a { + padding-top: 8px; + padding-bottom: 8px; +} + +.navbar-left > .nav > li > a { + border-right: 1px solid #DDD; } -.nav > li > a { - padding-left:10px; - padding-right:10px; +.navbar-right > .nav > li > a { border-left: 1px solid #DDD; } @@ -18,7 +35,7 @@ } .navbar-nav .lbl { - margin-left:0; + margin-left: 0; color: #555; } @@ -36,56 +53,65 @@ } .nav > li.logo > a{ - padding-top:2px; - padding-bottom:2px; + padding-top: 2px; + padding-bottom: 2px; } .nav > li.logo > a > img { - padding-left:10px; + padding-left: 10px; } .caret { - margin-left:5px; + margin-left: 5px; } /* --- categories panel --- */ #panel{ background-color: #E7E7E7; - border-left:0; - padding:0; - padding-top:45px; - padding-right:1px; - padding-bottom:1px; - padding-left-:0; - width:250px; - background-image:none; + border-left: 0; + padding: 0; + padding-top: 30px; + padding-right: 1px; + padding-bottom: 1px; + padding-left-: 0; + width: 240px; + background-image: none; } #panel #categories{ - padding:5px; - width:100%; + padding: 5px; + width: 100%; } #panel #categories > ul{ - padding:0; - width:100%; + padding: 0; + width: 100%; +} + +#categories li li { + margin-left: 4px; } #panel #categories ul.subcategories label img{ - height:30px; + height: 25px; +} + +.cat_image { + width: 22px; } #panel #categories .category_name{ - cursor:pointer; - /* font-weight:normal; */ + cursor: pointer; + font-weight: normal; + letter-spacing: 0.02em; } /* --- footer --- */ #footer .map-footer a, #footer .map-footer a:link, #footer .map-footer a:visited { - color:#327E04; + color: #327E04; } #footer .map-footer { @@ -116,6 +142,6 @@ } /* no need for Miles in France */ .olControlAttribution a{ - color:#327E04; + color: #327E04; } diff --git a/templates/chimere/blocks/edit_legal.html b/templates/chimere/blocks/edit_legal.html index e576b7f..4f5bd0d 100644 --- a/templates/chimere/blocks/edit_legal.html +++ b/templates/chimere/blocks/edit_legal.html @@ -1,6 +1,6 @@ {# Exclusive to AlpesVertes.org -> included from edit.html #}

-

Les informations que vous publiez ici sont susceptible d'être modérées. Elles sont modifiables à tout instant par le lien "proposer une modification" en bas de chaque fiche (bandeau vert). Elles sont publiées sous la licence CC BY-NC 4.0 qui autorise leur reproduction et leur modification pour des usages non commerciaux.

+

Les informations que vous publiez ici sont susceptible d'être modérées. Elles sont modifiables à tout instant par le lien "proposer une modification" en bas de chaque fiche (bandeau vert). Elles sont publiées sous la licence ODbL 1.0.

En cliquant sur le bouton "Proposez", en bas de cette page, vous indiquez que vous acceptez que les informations soumises seront publiées sous cette licence.

\ No newline at end of file -- cgit v1.2.3