reminder.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. @CHARSET "UTF-8";
  2. .s{
  3. box-shadow: 0 0 5px #CCCCCC;
  4. }
  5. .o{
  6. padding: 10px;
  7. }
  8. #table-reminder{
  9. border-collapse:collapse;
  10. font-size: 13px;
  11. width: 100%;
  12. }
  13. #table-reminder thead tr td{
  14. border-top: 1px solid #CCCCCC;
  15. overflow: hidden;
  16. padding: 10px;
  17. }
  18. #option-table{
  19. border-collapse:collapse;
  20. font-size: 13px;
  21. width: 100%;
  22. border-left: 1px solid #CCCCCC;
  23. }
  24. #option-table thead tr td{
  25. border-top: 1px solid #CCCCCC;
  26. overflow: hidden;
  27. padding: 10px;
  28. }
  29. .noramlTr td{
  30. cursor: pointer;
  31. border-top: 1px solid #CCCCCC;
  32. border-bottom: 1px solid #CCCCCC;
  33. overflow: hidden;
  34. padding: 7px;
  35. white-space: pre;
  36. }
  37. .editable-tr td{
  38. border-top: 1px solid #CCCCCC;
  39. border-bottom: 1px solid #CCCCCC;
  40. overflow: hidden;
  41. height: 31px;
  42. }
  43. .editable-left-div{
  44. overflow:hidden;
  45. width:450px;
  46. height:31px;
  47. line-height:31px;
  48. }
  49. .editable-right-div{
  50. width:80px;
  51. overflow:hidden;
  52. height:31px;
  53. line-height:31px;
  54. float:left;
  55. }
  56. div.editable-right-div a{
  57. text-decoration:none;
  58. color:#00f;
  59. }
  60. div.editable-right-div a:hover{
  61. color:#00f;
  62. }
  63. .hover{
  64. background: #D4D4D4;
  65. }
  66. .remove-bnt{
  67. margin: 0 0 0 10px;
  68. text-decoration: none;
  69. }
  70. .short{
  71. width:40px;
  72. height:18px;
  73. }
  74. .long{
  75. height:21px;
  76. width:180px;
  77. }
  78. #panel{
  79. margin:8px;
  80. }