A tumblelog CMS built on AJAX, PHP and MySQL.

searchreplace.css 536B

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