Le sélecteur de date permet plus facilement de changer par dizaine de minutes

This commit is contained in:
echarp 2014-08-10 22:38:32 +02:00
parent 4da7a31a45
commit 891373a272
3 changed files with 13 additions and 9 deletions

View File

@ -20,13 +20,14 @@
#= require leaflet
#= require_tree .
# Setup polyfills, so that older browsers can also take advanage of html5!
#$.webshims.setOptions 'basePath', '/assets/webshims/shims/'
# Setup polyfills, so that older browsers can also take advantage of html5!
# $.webshims.setOptions 'basePath', '/assets/webshims/shims/'
$.webshims.setOptions 'basePath', '/webshims/shims/'
$.webshims.setOptions "forms-ext",
"widgets":
"openOnFocus": true,
"classes": "show-yearbtns hide-btnrow show-uparrow"
$.webshims.setOptions 'forms-ext',
'widgets':
'startView': 2,
'stepfactor': 10,
'classes': 'show-yearbtns hide-btnrow show-uparrow'
$.webshims.polyfill 'forms forms-ext'
$(document).on 'page:fetch submit', ->

View File

@ -106,7 +106,7 @@ header.top
main
position: relative
*
& > *
max-width: 80em
h1
margin: 10px auto 5px auto

View File

@ -9,10 +9,13 @@
* compiled file so the styles you add here take precedence over styles defined in any styles
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
*= require leaflet
*= require_tree .
*= require_self
*/
@import *
@import awesome_mixins
@import 'awesome_mixins'
body.application
&.infos h4