A tumblelog CMS built on AJAX, PHP and MySQL.

props.css 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. #text_font {
  2. width: 250px;
  3. }
  4. #text_size {
  5. width: 70px;
  6. }
  7. .mceAddSelectValue {
  8. background-color: #DDDDDD;
  9. }
  10. select, #block_text_indent, #box_width, #box_height, #box_padding_top, #box_padding_right, #box_padding_bottom, #box_padding_left {
  11. width: 70px;
  12. }
  13. #box_margin_top, #box_margin_right, #box_margin_bottom, #box_margin_left, #positioning_width, #positioning_height, #positioning_zindex {
  14. width: 70px;
  15. }
  16. #positioning_placement_top, #positioning_placement_right, #positioning_placement_bottom, #positioning_placement_left {
  17. width: 70px;
  18. }
  19. #positioning_clip_top, #positioning_clip_right, #positioning_clip_bottom, #positioning_clip_left {
  20. width: 70px;
  21. }
  22. .panel_wrapper div.current {
  23. padding-top: 10px;
  24. height: 230px;
  25. }
  26. .delim {
  27. border-left: 1px solid gray;
  28. }
  29. .tdelim {
  30. border-bottom: 1px solid gray;
  31. }
  32. #block_display {
  33. width: 145px;
  34. }
  35. #list_type {
  36. width: 115px;
  37. }
  38. .disabled {
  39. background-color: #EEEEEE;
  40. }
  41. #apply {
  42. font-weight: bold;
  43. width: 78px;
  44. height: 21px;
  45. border: 0;
  46. background-image: url('../images/apply_button_bg.gif');
  47. cursor: pointer;
  48. }