thomascube
2006-12-13 7a5c48e7f70b8bc938fcae3ffd2be0fdbeaab145
commit | author | age
f0ea59 1 /* stylesheet for advsearchreplace plugin*/
S 2
3 .panel_wrapper { height: 85px; }
4 .panel_wrapper div.current { height: 85px; }
5
6 /* MS IE only styles */
7 * html .panel_wrapper { height: 100px; }
8 * html .panel_wrapper div.current { height: 100px; }
9
10 #replaceBtn, #replaceAllBtn {
11     padding-bottom: 2px;
12     font-weight: bold;
13     width: 90px;
14     height: 21px;
15     border: 0;
16     cursor: pointer;
17 }
18
19 #replaceBtn { background: url(../images/replace_button_bg.gif); }
20 #replaceAllBtn { background: url(../images/replace_all_button_bg.gif); }