summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-10-16 14:04:12 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-10-16 14:04:12 +0200
commita76c6a755cc15df5d99ae1eb62355cd5495e04b5 (patch)
tree1c8dfce5cca91e62070d91789eba6dadac422546
parentb48e26cd5560deb4c9704d4f5fa547bf321c72f5 (diff)
downloadChimère - projet de référence-alpesvertes.tar.bz2
Chimère - projet de référence-alpesvertes.zip
Mise à jour de style et de la page légalealpesvertes
-rw-r--r--chimere_example_static/chimere/css/alpesvertes.css78
-rw-r--r--templates/chimere/blocks/edit_legal.html2
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 #}
<div class="helptext">
<hr />
- <p class="help"><small>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 <a href="https://creativecommons.org/licenses/by-nc/4.0/deed.fr">CC&nbspBY-NC&nbsp4.0</a> qui autorise leur reproduction et leur modification pour des usages non commerciaux.</small></p>
+ <p class="help"><small>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 <a href="http://opendatacommons.org/licenses/odbl/1.0/">ODbL 1.0</a>.</small></p>
<p class="help"><small>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.</small></p>
</div> \ No newline at end of file