file.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .o2_fileItemNode {
  2. padding: 5px;
  3. height: 40px;
  4. margin-top: 10px;
  5. margin-left: 0;
  6. border: 1px solid #CCC;
  7. background-color: #FFF;
  8. cursor: default;
  9. }
  10. .o2_fileDeleteActionNode {
  11. padding: 0;
  12. float: right;
  13. width: 16px;
  14. height: 16px;
  15. opacity: 0;
  16. cursor: pointer;
  17. background: url('/x_component_process_ProcessManager/$Explorer/default/processIcon/deleteProcess.png') no-repeat center center;
  18. }
  19. .o2_fileItemIconNode {
  20. padding: 0;
  21. float: left;
  22. margin-left: 10px;
  23. width: 40px;
  24. height: 40px;
  25. }
  26. .o2_fileItemInforNode {
  27. margin-left: 60px;
  28. margin-right: 26px;
  29. height: 40px;
  30. overflow: hidden;
  31. }
  32. .o2_fileItemInforBaseNode {
  33. height: 20px;
  34. line-height: 20px;
  35. font-size: 12px;
  36. }
  37. .o2_fileItemTextTitleNode {
  38. height: 20px;
  39. font-weight: bold;
  40. overflow: hidden;
  41. cursor: pointer;
  42. color: #333;
  43. width: 38%;
  44. float: left;
  45. }
  46. .o2_fileItemTextAliasNode {
  47. height: 20px;
  48. overflow: hidden;
  49. cursor: pointer;
  50. color: #777;
  51. float: left;
  52. width: 38%;
  53. }
  54. .o2_fileItemTextDateNode {
  55. height: 20px;
  56. overflow: hidden;
  57. cursor: pointer;
  58. color: #777;
  59. float: left;
  60. text-align: right;
  61. width: 24%;
  62. }
  63. .o2_fileItemTextDescriptionNode {
  64. font-size: 12px;
  65. line-height: 20px;
  66. height: 20px;
  67. color: #888;
  68. overflow: hidden;
  69. white-space: normal;
  70. }