home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Plugins / tinymce-advanced / mce / searchreplace / css / searchreplace.css
Encoding:
Cascading Style Sheet File  |  2008-02-20  |  727 b   |  25 lines

  1. /* stylesheet for advsearchreplace plugin*/
  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.     font: 11px Verdana, Arial, Helvetica, sans-serif;
  12.     height: auto;
  13.     width: auto;
  14.     background-color: transparent;
  15.     background-image: url(../images/fade-butt.png);
  16.     background-repeat: repeat;
  17.     border: 3px double;
  18.     border-right-color: rgb(153, 153, 153);
  19.     border-bottom-color: rgb(153, 153, 153);
  20.     border-left-color: rgb(204, 204, 204);
  21.     border-top-color: rgb(204, 204, 204);
  22.     color: rgb(51, 51, 51);
  23.     padding: 0.1em 0.5em 2px;
  24. }
  25.