immediate-processing.css 975 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .mui-content{
  2. padding-top: 23px;
  3. }
  4. .impr {
  5. padding: 2px 5px;
  6. color: gray;
  7. }
  8. .username{
  9. padding-right: 23px;
  10. }
  11. textarea {
  12. border: 1px solid #f3f5f7;
  13. border-top: none;
  14. margin: 10px 0 8px 0;
  15. color: #CCCCCC;
  16. height: 100px;
  17. }
  18. .radio div.mui-radio {
  19. background: #FFFFFF;
  20. padding: 5px;
  21. }
  22. .radio div.mui-radio:first-child {
  23. border-bottom: 1px solid #f3f5f7;
  24. }
  25. .mui-radio input[type=radio] {
  26. top: 9px;
  27. }
  28. .mui-radio.mui-left label {
  29. padding-left: 48px;
  30. }
  31. .mui-radio input[type=radio]:checked:before {
  32. color: #1BADF8;
  33. }
  34. .reply-box {
  35. padding: 10px 5px 8px 15px;
  36. background: #FFFFFF;
  37. border-top: 1px solid #f3f5f7;
  38. }
  39. .reply-box.first {
  40. border-top: none;
  41. }
  42. .reply-box span {
  43. font-size: 14px;
  44. display: inline-block;
  45. height: 24px;
  46. line-height: 24px;
  47. }
  48. .reply-box span:first-child,
  49. .reply-box a:before {
  50. color: #999999;
  51. right: 0px;
  52. }
  53. .mui-checkbox.mui-left label,
  54. .mui-radio.mui-left label {
  55. padding-right: 15px;
  56. padding-left: 51px;
  57. padding-top: 12px;
  58. }