From fe0f976232da79cce26e001a619102fdd76e911d Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Mon, 7 Mar 2011 22:53:49 +0000 Subject: [PATCH] add images, fix css --- build/js/ox.ui.js | 2 +- build/svg/ox.ui.classic/symbolArrowDown.svg | 4 ++++ build/svg/ox.ui.classic/symbolArrowLeft.svg | 4 ++++ build/svg/ox.ui.classic/symbolArrowRight.svg | 4 ++++ build/svg/ox.ui.classic/symbolArrowUp.svg | 4 ++++ build/svg/ox.ui.classic/symbolNone.svg | 1 + build/svg/ox.ui.modern/symbolArrowDown.svg | 4 ++++ build/svg/ox.ui.modern/symbolArrowLeft.svg | 4 ++++ build/svg/ox.ui.modern/symbolArrowRight.svg | 4 ++++ build/svg/ox.ui.modern/symbolArrowUp.svg | 4 ++++ build/svg/ox.ui.modern/symbolNone.svg | 1 + 11 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 build/svg/ox.ui.classic/symbolArrowDown.svg create mode 100644 build/svg/ox.ui.classic/symbolArrowLeft.svg create mode 100644 build/svg/ox.ui.classic/symbolArrowRight.svg create mode 100644 build/svg/ox.ui.classic/symbolArrowUp.svg create mode 100644 build/svg/ox.ui.classic/symbolNone.svg create mode 100644 build/svg/ox.ui.modern/symbolArrowDown.svg create mode 100644 build/svg/ox.ui.modern/symbolArrowLeft.svg create mode 100644 build/svg/ox.ui.modern/symbolArrowRight.svg create mode 100644 build/svg/ox.ui.modern/symbolArrowUp.svg create mode 100644 build/svg/ox.ui.modern/symbolNone.svg diff --git a/build/js/ox.ui.js b/build/js/ox.ui.js index aef69a40..a91b4d35 100644 --- a/build/js/ox.ui.js +++ b/build/js/ox.ui.js @@ -14106,7 +14106,7 @@ requires var marginLeft = [-82, -58, -34, -10]; $(this).css({ marginLeft: marginLeft[i] + 'px' - }).addClass('foo'); + }); }); if (self.options.type == 'play') { diff --git a/build/svg/ox.ui.classic/symbolArrowDown.svg b/build/svg/ox.ui.classic/symbolArrowDown.svg new file mode 100644 index 00000000..e8c24cb8 --- /dev/null +++ b/build/svg/ox.ui.classic/symbolArrowDown.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/svg/ox.ui.classic/symbolArrowLeft.svg b/build/svg/ox.ui.classic/symbolArrowLeft.svg new file mode 100644 index 00000000..7b4123b2 --- /dev/null +++ b/build/svg/ox.ui.classic/symbolArrowLeft.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/svg/ox.ui.classic/symbolArrowRight.svg b/build/svg/ox.ui.classic/symbolArrowRight.svg new file mode 100644 index 00000000..ee2294df --- /dev/null +++ b/build/svg/ox.ui.classic/symbolArrowRight.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/svg/ox.ui.classic/symbolArrowUp.svg b/build/svg/ox.ui.classic/symbolArrowUp.svg new file mode 100644 index 00000000..0ad8f1ed --- /dev/null +++ b/build/svg/ox.ui.classic/symbolArrowUp.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/svg/ox.ui.classic/symbolNone.svg b/build/svg/ox.ui.classic/symbolNone.svg new file mode 100644 index 00000000..b24ffbc9 --- /dev/null +++ b/build/svg/ox.ui.classic/symbolNone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/build/svg/ox.ui.modern/symbolArrowDown.svg b/build/svg/ox.ui.modern/symbolArrowDown.svg new file mode 100644 index 00000000..a5e028a9 --- /dev/null +++ b/build/svg/ox.ui.modern/symbolArrowDown.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/svg/ox.ui.modern/symbolArrowLeft.svg b/build/svg/ox.ui.modern/symbolArrowLeft.svg new file mode 100644 index 00000000..d9781ecd --- /dev/null +++ b/build/svg/ox.ui.modern/symbolArrowLeft.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/svg/ox.ui.modern/symbolArrowRight.svg b/build/svg/ox.ui.modern/symbolArrowRight.svg new file mode 100644 index 00000000..0b754777 --- /dev/null +++ b/build/svg/ox.ui.modern/symbolArrowRight.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/svg/ox.ui.modern/symbolArrowUp.svg b/build/svg/ox.ui.modern/symbolArrowUp.svg new file mode 100644 index 00000000..cfde4c13 --- /dev/null +++ b/build/svg/ox.ui.modern/symbolArrowUp.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/svg/ox.ui.modern/symbolNone.svg b/build/svg/ox.ui.modern/symbolNone.svg new file mode 100644 index 00000000..b24ffbc9 --- /dev/null +++ b/build/svg/ox.ui.modern/symbolNone.svg @@ -0,0 +1 @@ + \ No newline at end of file