add images, fix css
|
@ -14106,7 +14106,7 @@ requires
|
|||
var marginLeft = [-82, -58, -34, -10];
|
||||
$(this).css({
|
||||
marginLeft: marginLeft[i] + 'px'
|
||||
}).addClass('foo');
|
||||
});
|
||||
});
|
||||
|
||||
if (self.options.type == 'play') {
|
||||
|
|
4
build/svg/ox.ui.classic/symbolArrowDown.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<line x1="128" y1="0" x2="128" y2="128" stroke="#404040" stroke-width="48"/>
|
||||
<polygon points="32,128 224,128 128,256" fill="#404040"/>
|
||||
</svg>
|
After Width: | Height: | Size: 215 B |
4
build/svg/ox.ui.classic/symbolArrowLeft.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="0,128 128,32 128,224" fill="#404040"/>
|
||||
<line x1="128" y1="128" x2="256" y2="128" stroke="#404040" stroke-width="48"/>
|
||||
</svg>
|
After Width: | Height: | Size: 215 B |
4
build/svg/ox.ui.classic/symbolArrowRight.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<line x1="0" y1="128" x2="128" y2="128" stroke="#404040" stroke-width="48"/>
|
||||
<polygon points="128,32 256,128 128,224" fill="#404040"/>
|
||||
</svg>
|
After Width: | Height: | Size: 215 B |
4
build/svg/ox.ui.classic/symbolArrowUp.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="32,128 128,0 224,128" fill="#404040"/>
|
||||
<line x1="128" y1="128" x2="128" y2="256" stroke="#404040" stroke-width="48"/>
|
||||
</svg>
|
After Width: | Height: | Size: 215 B |
1
build/svg/ox.ui.classic/symbolNone.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256"/>
|
After Width: | Height: | Size: 66 B |
4
build/svg/ox.ui.modern/symbolArrowDown.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<line x1="128" y1="0" x2="128" y2="128" stroke="#FFFFFF" stroke-width="48"/>
|
||||
<polygon points="32,128 224,128 128,256" fill="#FFFFFF"/>
|
||||
</svg>
|
After Width: | Height: | Size: 215 B |
4
build/svg/ox.ui.modern/symbolArrowLeft.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="0,128 128,32 128,224" fill="#FFFFFF"/>
|
||||
<line x1="128" y1="128" x2="256" y2="128" stroke="#FFFFFF" stroke-width="48"/>
|
||||
</svg>
|
After Width: | Height: | Size: 215 B |
4
build/svg/ox.ui.modern/symbolArrowRight.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<line x1="0" y1="128" x2="128" y2="128" stroke="#FFFFFF" stroke-width="48"/>
|
||||
<polygon points="128,32 256,128 128,224" fill="#FFFFFF"/>
|
||||
</svg>
|
After Width: | Height: | Size: 215 B |
4
build/svg/ox.ui.modern/symbolArrowUp.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="32,128 128,0 224,128" fill="#FFFFFF"/>
|
||||
<line x1="128" y1="128" x2="128" y2="256" stroke="#FFFFFF" stroke-width="48"/>
|
||||
</svg>
|
After Width: | Height: | Size: 215 B |
1
build/svg/ox.ui.modern/symbolNone.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256"/>
|
After Width: | Height: | Size: 66 B |