From 13c4265fa3bdd5071be3a16f4337a5362ff02f85 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 27 Mar 2015 13:00:53 +0100 Subject: More visible pager for results --- .../chimere/css/extra-styles.css | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/chimere_example_static/chimere/css/extra-styles.css b/chimere_example_static/chimere/css/extra-styles.css index f95f6e9..42951a3 100644 --- a/chimere_example_static/chimere/css/extra-styles.css +++ b/chimere_example_static/chimere/css/extra-styles.css @@ -3,6 +3,42 @@ margin-top:40px; } +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 { + color: #99CA3C; +} + +.nav-pills > li#simple_button-lnk > a > .fa{ + color:#777; +} + +.pager li a, +.detail_amendment a, .detail_amendment a:visited, +.nav-pills > li.active > a > .fa{ + color:#fff; +} + +#frm_categories { + 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; -- cgit v1.2.3 From a22660d8b673bfdad7111b2762ba1c6fe334a438 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 29 Mar 2015 19:47:24 +0200 Subject: Small fix on update translation --- locale/fr/LC_MESSAGES/django.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3 From 99f583fa7ae02ca82cf86ce20a6a807cec8ae820 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 29 Mar 2015 20:28:19 +0200 Subject: More explicit layer switcher --- chimere_example_static/chimere/css/extra-styles.css | 7 ++++++- .../chimere/img/layer-switcher-maximize.png | Bin 0 -> 1433 bytes 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 chimere_example_static/chimere/img/layer-switcher-maximize.png diff --git a/chimere_example_static/chimere/css/extra-styles.css b/chimere_example_static/chimere/css/extra-styles.css index 42951a3..a099929 100644 --- a/chimere_example_static/chimere/css/extra-styles.css +++ b/chimere_example_static/chimere/css/extra-styles.css @@ -443,12 +443,17 @@ 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; } diff --git a/chimere_example_static/chimere/img/layer-switcher-maximize.png b/chimere_example_static/chimere/img/layer-switcher-maximize.png new file mode 100644 index 0000000..326f243 Binary files /dev/null and b/chimere_example_static/chimere/img/layer-switcher-maximize.png differ -- cgit v1.2.3