From bbacc9773f926186bfda470e8907db5468453f3c Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 19 Mar 2007 04:43:01 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@534 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .../components/colorpicker_bg/tpl/popup.css | 1 + .../components/colorpicker_text/tpl/popup.css | 1 + .../components/image_link/tpl/popup.css | 3 ++ .../multimedia_link/multimedialink.html | 53 ------------------- .../components/multimedia_link/tpl/popup.css | 3 ++ .../editor/components/urllink/tpl/popup.css | 1 + 6 files changed, 9 insertions(+), 53 deletions(-) delete mode 100644 modules/editor/components/multimedia_link/multimedialink.html diff --git a/modules/editor/components/colorpicker_bg/tpl/popup.css b/modules/editor/components/colorpicker_bg/tpl/popup.css index c22744247..fd846b5f4 100644 --- a/modules/editor/components/colorpicker_bg/tpl/popup.css +++ b/modules/editor/components/colorpicker_bg/tpl/popup.css @@ -31,6 +31,7 @@ img.color_icon_over { font-size:8pt; clear:both; text-align:center; + background-color:#EEEEEE; } .popup_input { diff --git a/modules/editor/components/colorpicker_text/tpl/popup.css b/modules/editor/components/colorpicker_text/tpl/popup.css index d96b25d31..5919afec0 100644 --- a/modules/editor/components/colorpicker_text/tpl/popup.css +++ b/modules/editor/components/colorpicker_text/tpl/popup.css @@ -31,6 +31,7 @@ img.color_icon_over { font-size:8pt; clear:both; text-align:center; + background-color:#EEEEEE; } .popup_input { diff --git a/modules/editor/components/image_link/tpl/popup.css b/modules/editor/components/image_link/tpl/popup.css index 3155af572..08020a865 100644 --- a/modules/editor/components/image_link/tpl/popup.css +++ b/modules/editor/components/image_link/tpl/popup.css @@ -40,6 +40,9 @@ clear:both; text-align:center; margin:5px; + background-color:#EEEEEE; + height:30px; + padding-top:3px; } .editor_button { diff --git a/modules/editor/components/multimedia_link/multimedialink.html b/modules/editor/components/multimedia_link/multimedialink.html deleted file mode 100644 index 6eebcddcf..000000000 --- a/modules/editor/components/multimedia_link/multimedialink.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - add Multimedia - - - - - - - -
-
- - - - - - - - - - - - - - - - - - -
url
width
height
-
-
- - - diff --git a/modules/editor/components/multimedia_link/tpl/popup.css b/modules/editor/components/multimedia_link/tpl/popup.css index 1eab704e2..c739c212a 100644 --- a/modules/editor/components/multimedia_link/tpl/popup.css +++ b/modules/editor/components/multimedia_link/tpl/popup.css @@ -41,6 +41,9 @@ clear:both; text-align:center; margin:5px; + height:25px; + padding-top:3px; + background-color:#EEEEEE; } .editor_button { diff --git a/modules/editor/components/urllink/tpl/popup.css b/modules/editor/components/urllink/tpl/popup.css index 10f448441..710c97a25 100644 --- a/modules/editor/components/urllink/tpl/popup.css +++ b/modules/editor/components/urllink/tpl/popup.css @@ -38,6 +38,7 @@ .editor_button_area { clear:both; + width:100%; text-align:center; background-color:#EEEEEE; padding-top:5px;