diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-03-29 20:30:26 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-03-29 20:30:26 +0200 |
commit | 8e5d831b57260b98fc4e682e9ac70570f730be45 (patch) | |
tree | bf4b3c926d7a369c36bb3591b258ceb4edfd3bf1 | |
parent | 4846f15c8561056ade9e01cd1bcbff9b7524d161 (diff) | |
parent | 99f583fa7ae02ca82cf86ce20a6a807cec8ae820 (diff) | |
download | Chimère - projet de référence-8e5d831b57260b98fc4e682e9ac70570f730be45.tar.bz2 Chimère - projet de référence-8e5d831b57260b98fc4e682e9ac70570f730be45.zip |
Merge branch 'master' into carteouverte
Conflicts:
chimere_example_static/chimere/css/extra-styles.css
-rw-r--r-- | chimere_example_static/chimere/css/extra-styles.css | 20 | ||||
-rw-r--r-- | chimere_example_static/chimere/img/layer-switcher-maximize.png | bin | 0 -> 1433 bytes | |||
-rw-r--r-- | locale/fr/LC_MESSAGES/django.po | 2 |
3 files changed, 18 insertions, 4 deletions
diff --git a/chimere_example_static/chimere/css/extra-styles.css b/chimere_example_static/chimere/css/extra-styles.css index e29c6e8..323ed56 100644 --- a/chimere_example_static/chimere/css/extra-styles.css +++ b/chimere_example_static/chimere/css/extra-styles.css @@ -3,8 +3,7 @@ margin-top:40px; } -ul.share a span.fa, ul.share, -.nav-pills > li > a > .fa, +ul.share a span.fa, ul.share, .nav-pills > li > a > .fa, a, a:link, a:visited, legend, #footer .map-footer a, #footer .map-footer a:link, #footer .map-footer a:visited, .detail_footer a, caption, #categories li#display_submited, h4, .simple .cloud h2 { @@ -15,6 +14,7 @@ a, a:link, a:visited, legend, #footer .map-footer a, #footer .map-footer a:link, color:#777; } +.pager li a, .detail_amendment a, .detail_amendment a:visited, .nav-pills > li.active > a > .fa{ color:#fff; @@ -24,12 +24,21 @@ a, a:link, a:visited, legend, #footer .map-footer a, #footer .map-footer a:link, background-color: #fff; } +.pager li a, .detail_amendment, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { background-color: #99CA3C; } +.pager li a:hover{ + background-color: #327E04; +} + +.pager li a:hover{ + border-color: #327E04; +} + h2, h3 { color: #449506; background-color: transparent; @@ -467,14 +476,19 @@ span#permalink, .navbar-nav .lbl, #areas-div label, #permalink, #simple_button, } #content .olControlSimplePanZoom{ - top: 18px !important; + top: 58px !important; left: auto !important; right:50px !important; } +#content .olControlLayerSwitcher .maximizeDiv{ + left: -60px !important; +} + #content #main-map .olControlLayerSwitcher { left: auto !important; right:50px !important; + top:10px !important; } /* logos */ diff --git a/chimere_example_static/chimere/img/layer-switcher-maximize.png b/chimere_example_static/chimere/img/layer-switcher-maximize.png Binary files differnew file mode 100644 index 0000000..326f243 --- /dev/null +++ b/chimere_example_static/chimere/img/layer-switcher-maximize.png diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 4b98532..110a0fa 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -84,7 +84,7 @@ msgstr "Galerie" #: templates/chimere/blocks/actions.html:31 msgid "News" -msgstr "Nouvelles" +msgstr "Actualités" #: templates/chimere/blocks/actions.html:33 msgid "Simple map" |