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;