From 3e879b01773e9a8d921ab64d862ca9af3ae66bd2 Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Fri, 23 Dec 2011 07:43:21 +0000 Subject: [PATCH] Issue 1213 fixed. Thanks to sannedul. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9986 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .../ui.colorpicker/css/xe_colorpicker.css | 80 +------- .../layouts/xe_greystone/css/default.css | 1 - .../layouts/xe_greystone/js/iePngFix.htc | 187 ------------------ .../layouts/xe_greystone/layout.html | 2 +- .../layouts/xe_sapphire/css/default.css | 1 - .../layouts/xe_sapphire/js/iePngFix.htc | 187 ------------------ .../layouts/xe_sapphire/layout.html | 2 +- .../layouts/xe_solid_enterprise/css/style.css | 1 - .../xe_solid_enterprise/js/iePngFix.htc | 187 ------------------ .../layouts/xe_solid_enterprise/layout.html | 4 +- 10 files changed, 5 insertions(+), 647 deletions(-) delete mode 100644 themes/xe_greystone/layouts/xe_greystone/js/iePngFix.htc delete mode 100644 themes/xe_sapphire/layouts/xe_sapphire/js/iePngFix.htc delete mode 100644 themes/xe_solid_enterprise/layouts/xe_solid_enterprise/js/iePngFix.htc diff --git a/common/js/plugins/ui.colorpicker/css/xe_colorpicker.css b/common/js/plugins/ui.colorpicker/css/xe_colorpicker.css index 995e20d19..d2cc6b6c7 100644 --- a/common/js/plugins/ui.colorpicker/css/xe_colorpicker.css +++ b/common/js/plugins/ui.colorpicker/css/xe_colorpicker.css @@ -1,79 +1 @@ -.colorpicker img, .colorpicker div { - behavior: url(iepngfix.htc); -} - - -.xe_colorpicker { - position:absolute; - width:194px; - height:183px; - overflow:hidden; - z-index:100; -} - -.xe_colorpicker .colorpicker { - position:relative; - width:192px; - height:160px; - background-color:white; - border:1px solid silver; -} - -.xe_colorpicker .colortable { - position:absolute; - left : 4px; - top : 4px; - border:1px solid #909090; -} - -.xe_colorpicker .colortable .background { - position:relative; - width:150px; - height:150px; - background:url(../images/colorpicker_overlay.png) no-repeat; - overflow:hidden; -} - -.xe_colorpicker .colortable .indicator { - position:absolute; - width:11px; - height:11px; - background:url(../images/colorpicker_select.gif) no-repeat; -} - -.xe_colorpicker .huebar { - position:absolute; - right : 4px; - top : 4px; - border:1px solid #909090; -} - -.xe_colorpicker .huebar .background { - width:20px; - height:150px; - background:url(../images/colorpicker_huebg.png) repeat-x; -} - -.xe_colorpicker .huebar .indicator { - position:absolute; - width:35px; - height:9px; - left:-3px; - background:transparent url(../images/colorpicker_indic.gif) no-repeat; -} - -.xe_colorpicker .buttons { - position:absolute; - width:194px; - background-color:black; -} - -.xe_colorpicker .buttons button { - width:33%; - color:white; - height:22px; - border:0; - background-color:transparent; - padding:0; - margin:0; -} +.xe_colorpicker{position:absolute;width:194px;height:183px;overflow:hidden;z-index:100}.xe_colorpicker .colorpicker{position:relative;width:192px;height:160px;background-color:white;border:1px solid silver}.xe_colorpicker .colortable{position:absolute;left :4px;top :4px;border:1px solid #909090}.xe_colorpicker .colortable .background{position:relative;width:150px;height:150px;background:url(../images/colorpicker_overlay.png) no-repeat;overflow:hidden}.xe_colorpicker .colortable .indicator{position:absolute;width:11px;height:11px;background:url(../images/colorpicker_select.gif) no-repeat}.xe_colorpicker .huebar{position:absolute;right :4px;top:4px;border:1px solid #909090}.xe_colorpicker .huebar .background{width:20px;height:150px;background:url(../images/colorpicker_huebg.png) repeat-x}.xe_colorpicker .huebar .indicator{position:absolute;width:35px;height:9px;left:-3px;background:transparent url(../images/colorpicker_indic.gif) no-repeat}.xe_colorpicker .buttons{position:absolute;width:194px;background-color:black}.xe_colorpicker .buttons button{width:33%;color:white;height:22px;border:0;background-color:transparent;padding:0;margin:0} \ No newline at end of file diff --git a/themes/xe_greystone/layouts/xe_greystone/css/default.css b/themes/xe_greystone/layouts/xe_greystone/css/default.css index 9919fb227..62bce3e18 100644 --- a/themes/xe_greystone/layouts/xe_greystone/css/default.css +++ b/themes/xe_greystone/layouts/xe_greystone/css/default.css @@ -1,7 +1,6 @@ @charset "utf-8"; /* NHN (developers@xpressengine.com) */ body { margin:0;padding:0; font-size:.75em;} -.iePngFix {behavior:url(../js/iePngFix.htc)} /* Default Skin - Start */ #selectLang{margin:0;padding:0} #gnb{margin:0;padding:0} diff --git a/themes/xe_greystone/layouts/xe_greystone/js/iePngFix.htc b/themes/xe_greystone/layouts/xe_greystone/js/iePngFix.htc deleted file mode 100644 index 1129d3898..000000000 --- a/themes/xe_greystone/layouts/xe_greystone/js/iePngFix.htc +++ /dev/null @@ -1,187 +0,0 @@ - - - diff --git a/themes/xe_greystone/layouts/xe_greystone/layout.html b/themes/xe_greystone/layouts/xe_greystone/layout.html index 7bdfdf4c0..10b1cdfc9 100644 --- a/themes/xe_greystone/layouts/xe_greystone/layout.html +++ b/themes/xe_greystone/layouts/xe_greystone/layout.html @@ -27,7 +27,7 @@