]> git.donarmstrong.com Git - roundcube.git/blobdiff - program/js/tiny_mce/plugins/searchreplace/css/searchreplace.css
Imported Upstream version 0.1~rc2
[roundcube.git] / program / js / tiny_mce / plugins / searchreplace / css / searchreplace.css
diff --git a/program/js/tiny_mce/plugins/searchreplace/css/searchreplace.css b/program/js/tiny_mce/plugins/searchreplace/css/searchreplace.css
new file mode 100644 (file)
index 0000000..4c7bd13
--- /dev/null
@@ -0,0 +1,20 @@
+/* stylesheet for advsearchreplace plugin*/\r
+\r
+.panel_wrapper { height: 85px; }\r
+.panel_wrapper div.current { height: 85px; }\r
+\r
+/* MS IE only styles */\r
+* html .panel_wrapper { height: 100px; }\r
+* html .panel_wrapper div.current { height: 100px; }\r
+\r
+#replaceBtn, #replaceAllBtn {\r
+       padding-bottom: 2px;\r
+       font-weight: bold;\r
+       width: 90px;\r
+       height: 21px;\r
+       border: 0;\r
+       cursor: pointer;\r
+}\r
+\r
+#replaceBtn { background: url(../images/replace_button_bg.gif); }\r
+#replaceAllBtn { background: url(../images/replace_all_button_bg.gif); }\r