From 0f798144408e23801e72047a860aeedc4a36ec48 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 7 Nov 2008 14:43:33 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=EC=97=90=EB=94=94?= =?UTF-8?q?=ED=84=B0=20=EC=8A=A4=ED=82=A8=EC=9D=98=20=ED=83=AD=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=EA=B0=80=20=EC=9E=98=20=EB=82=98=ED=83=80?= =?UTF-8?q?=EB=82=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4813 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/default/css/black.css | 2 +- modules/editor/skins/default/css/white.css | 2 +- modules/editor/skins/default/editor.html | 2 +- .../editor/skins/default/images/buttonBlack.gif | Bin 0 -> 4371 bytes .../editor/skins/default/images/buttonWhite.gif | Bin 0 -> 2094 bytes 5 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 modules/editor/skins/default/images/buttonBlack.gif create mode 100644 modules/editor/skins/default/images/buttonWhite.gif diff --git a/modules/editor/skins/default/css/black.css b/modules/editor/skins/default/css/black.css index b85b6db92..944470156 100644 --- a/modules/editor/skins/default/css/black.css +++ b/modules/editor/skins/default/css/black.css @@ -5,7 +5,7 @@ /* Editor Type Selector */ .editorTypeSelector a, -.editorTypeSelector a span{ background-image:url(../../../common/tpl/images/buttonBlack.gif); color:#fff;} +.editorTypeSelector a span{ background-image:url(../images/buttonBlack.gif); color:#fff;} /* Editor Container */ .xeEditor{ border-color:#666;} diff --git a/modules/editor/skins/default/css/white.css b/modules/editor/skins/default/css/white.css index 162e7f069..fe66dd795 100644 --- a/modules/editor/skins/default/css/white.css +++ b/modules/editor/skins/default/css/white.css @@ -5,7 +5,7 @@ /* Editor Type Selector */ .editorTypeSelector a, -.editorTypeSelector a span{ background-image:url(../../../common/tpl/images/buttonWhite.gif); color:#000;} +.editorTypeSelector a span{ background-image:url(../images/buttonWhite.gif); color:#000;} /* Editor Container */ .xeEditor{ border-color:#ddd;} diff --git a/modules/editor/skins/default/editor.html b/modules/editor/skins/default/editor.html index 33dbf4b33..52705b081 100644 --- a/modules/editor/skins/default/editor.html +++ b/modules/editor/skins/default/editor.html @@ -141,7 +141,7 @@