summaryrefslogtreecommitdiffstats
path: root/extensions/tinymce/jscripts/tiny_mce/plugins/searchreplace/css/searchreplace.css
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/tinymce/jscripts/tiny_mce/plugins/searchreplace/css/searchreplace.css')
-rw-r--r--extensions/tinymce/jscripts/tiny_mce/plugins/searchreplace/css/searchreplace.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/tinymce/jscripts/tiny_mce/plugins/searchreplace/css/searchreplace.css b/extensions/tinymce/jscripts/tiny_mce/plugins/searchreplace/css/searchreplace.css
new file mode 100644
index 0000000..ecdf58c
--- /dev/null
+++ b/extensions/tinymce/jscripts/tiny_mce/plugins/searchreplace/css/searchreplace.css
@@ -0,0 +1,6 @@
+.panel_wrapper {height:85px;}
+.panel_wrapper div.current {height:85px;}
+
+/* IE */
+* html .panel_wrapper {height:100px;}
+* html .panel_wrapper div.current {height:100px;}