home *** CD-ROM | disk | FTP | other *** search
- /* stylesheet for advsearchreplace plugin*/
-
- .panel_wrapper { height: 85px; }
- .panel_wrapper div.current { height: 85px; }
-
- /* MS IE only styles */
- * html .panel_wrapper { height: 100px; }
- * html .panel_wrapper div.current { height: 100px; }
-
- #replaceBtn, #replaceAllBtn {
- font: 11px Verdana, Arial, Helvetica, sans-serif;
- height: auto;
- width: auto;
- background-color: transparent;
- background-image: url(../images/fade-butt.png);
- background-repeat: repeat;
- border: 3px double;
- border-right-color: rgb(153, 153, 153);
- border-bottom-color: rgb(153, 153, 153);
- border-left-color: rgb(204, 204, 204);
- border-top-color: rgb(204, 204, 204);
- color: rgb(51, 51, 51);
- padding: 0.1em 0.5em 2px;
- }
-