Updates color of facette page + add shadow to renkan div for better integration in the page
--- a/src/hdalab/static/hdalab/css/additionnal_renkan.css Tue Dec 16 11:25:37 2014 +0100
+++ b/src/hdalab/static/hdalab/css/additionnal_renkan.css Tue Dec 16 18:36:28 2014 +0100
@@ -17,6 +17,7 @@
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.Rk-HdaNotices-Title-Icon {
background: url("../img/page_icon.png") no-repeat -3px -5px;
--- a/src/hdalab/static/hdalab/css/facettes.css Tue Dec 16 11:25:37 2014 +0100
+++ b/src/hdalab/static/hdalab/css/facettes.css Tue Dec 16 18:36:28 2014 +0100
@@ -224,7 +224,7 @@
}
#filters li.filperiod {
- color: #ffffff; background: rgb(146, 132, 36);
+ color: #ffffff; background: rgb(5, 104, 5);
}
span.spyr {
--- a/src/hdalab/static/hdalab/js/gomina.js Tue Dec 16 11:25:37 2014 +0100
+++ b/src/hdalab/static/hdalab/js/gomina.js Tue Dec 16 18:36:28 2014 +0100
@@ -21,7 +21,7 @@
displayedDates: [ -5000, 0, 500, 1000, 1200, 1400, 1600, 1700, 1750, 1800, 1850, 1900, 1950, 2010 ],
mappingLibrary: 'leaflet',
gradientStart: [ 252, 246, 210 ],
- gradientEnd: [ 146, 132, 36 ],
+ gradientEnd: [ 5, 104, 5 ],
zeroColor: [ 220, 220 ,220 ],
languageCode: 'fr'
}