Meilleure apparence du sélecteur de date webshims
This commit is contained in:
parent
d5d932728d
commit
f84df7f63e
@ -20,9 +20,13 @@
|
||||
#= require_tree .
|
||||
|
||||
# Setup polyfills, so that older browsers can also take advanage of html5!
|
||||
#$.webshims.setOptions('basePath', '/assets/webshims/shims/')
|
||||
$.webshims.setOptions('basePath', '/webshims/shims/')
|
||||
$.webshims.polyfill('forms forms-ext')
|
||||
#$.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.polyfill 'forms forms-ext'
|
||||
|
||||
$(document).on 'page:fetch submit', ->
|
||||
$('em#loading').fadeIn('slow')
|
||||
|
@ -134,7 +134,8 @@ main
|
||||
margin: 3px 0
|
||||
border: 1px solid darkgray
|
||||
padding: 2px 4px
|
||||
font-family: georgia, serif
|
||||
font-size: inherit
|
||||
font-family: inherit
|
||||
background-color: white
|
||||
@include box-shadow(1px 1px 2px lightgray)
|
||||
@include border-radius(0.4em)
|
||||
@ -156,6 +157,10 @@ main
|
||||
padding: 2px 4px
|
||||
background-color: white
|
||||
|
||||
button.ws-popover-opener
|
||||
color: darkgray
|
||||
background-color: transparent
|
||||
|
||||
.field_with_errors
|
||||
display: inline
|
||||
input, textarea, select, a.button
|
||||
|
Loading…
Reference in New Issue
Block a user