]> git.donarmstrong.com Git - roundcube.git/blob - 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
1 /* stylesheet for advsearchreplace plugin*/\r
2 \r
3 .panel_wrapper { height: 85px; }\r
4 .panel_wrapper div.current { height: 85px; }\r
5 \r
6 /* MS IE only styles */\r
7 * html .panel_wrapper { height: 100px; }\r
8 * html .panel_wrapper div.current { height: 100px; }\r
9 \r
10 #replaceBtn, #replaceAllBtn {\r
11         padding-bottom: 2px;\r
12         font-weight: bold;\r
13         width: 90px;\r
14         height: 21px;\r
15         border: 0;\r
16         cursor: pointer;\r
17 }\r
18 \r
19 #replaceBtn { background: url(../images/replace_button_bg.gif); }\r
20 #replaceAllBtn { background: url(../images/replace_all_button_bg.gif); }\r