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

View File

@ -106,7 +106,7 @@ header.top
main main
position: relative position: relative
* & > *
max-width: 80em max-width: 80em
h1 h1
margin: 10px auto 5px auto 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 * 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 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope. * file per style scope.
*
*= require leaflet
*= require_tree .
*= require_self
*/ */
@import * @import 'awesome_mixins'
@import awesome_mixins
body.application body.application
&.infos h4 &.infos h4