A tumblelog CMS built on AJAX, PHP and MySQL.

popup.css 859B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. a.mceButtonNormal img, a.mceButtonSelected img {border: 1px solid #F0F0EE !important;}
  2. a.mceButtonNormal img:hover, a.mceButtonSelected img:hover {border: 1px solid #0A246A !important; cursor: default; background-color: #B6BDD2;}
  3. img {
  4. border: 0;
  5. }
  6. input.field, select.field {
  7. width: 200px;
  8. }
  9. input.picker {
  10. width: 179px;
  11. margin-left: 5px;
  12. }
  13. input.disabled {
  14. border-color: #F2F2F2;
  15. }
  16. img.picker {
  17. vertical-align: text-bottom;
  18. cursor: pointer;
  19. }
  20. h1 {
  21. padding: 0 0 5px 0;
  22. }
  23. #remove {
  24. font-weight: bold;
  25. width: 90px;
  26. height: 21px;
  27. border: 0px;
  28. background-image: url('../images/remove_button_bg.gif');
  29. cursor: pointer;
  30. margin-left: 3px;
  31. }
  32. .panel_wrapper div.current {
  33. height: 160px;
  34. }
  35. #xhtmlxtrasdel .panel_wrapper div.current, #xhtmlxtrasins .panel_wrapper div.current {
  36. height: 220px;
  37. }