upgrade moment.js

This commit is contained in:
Thibault Duplessis 2014-09-11 18:41:44 +02:00
parent ac5b107b9d
commit 526b92f29b
3 changed files with 13 additions and 6 deletions

View file

@ -50,7 +50,7 @@ trait AssetHelper {
local = staticUrl("vendor/highcharts4/highstock.js"))
val momentjsTag = cdnOrLocal(
cdn = "http://cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.1/moment.min.js",
cdn = "http://cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.3/moment.min.js",
test = "window.moment",
local = staticUrl("vendor/momentjs.min.js"))

View file

@ -11,13 +11,13 @@
#board_editor .spare-pieces-bottom-ae20f {
margin-top: 8px;
}
#chessboard_side {
#editor-side {
position: absolute;
left: 552px;
top: 156px;
width: 228px;
}
#chessboard_side > div {
#editor-side > div {
margin-bottom: 3em;
text-align: center;
}
@ -33,6 +33,12 @@
white-space: nowrap;
overflow: hidden;
}
#chessboard_side .castling {
#editor-side .castling {
margin-top: 1em;
}
#editor-side .castling label,
#editor-side .castling input {
display:inline-block;
margin: 3px;
vertical-align: middle;
}

File diff suppressed because one or more lines are too long