You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

62 line
791 B

  1. /******** Listing2 ***********/
  2. table.dcv-tab {
  3. table-layout: fixed;
  4. border-collapse: collapse;
  5. }
  6. table.dcv-tab td {
  7. border: 1px solid #DDD;
  8. }
  9. table.dcv-tab td td {
  10. border: 0px solid #BBB;
  11. }
  12. div.list2-head {
  13. padding: 3px 6px;
  14. font-size: 14px;
  15. color: #555;
  16. }
  17. div.list2-new {
  18. padding: 4px;
  19. }
  20. div.list2-message {
  21. padding: 8px;
  22. color: #888;
  23. background-color: #FFD;
  24. }
  25. div.list2-search {
  26. padding: 4px;
  27. }
  28. div.list2-list-area {
  29. padding: 4px;
  30. }
  31. div.list2-item-div {
  32. border-bottom: 1px solid #AAA;
  33. padding: 4px;
  34. cursor: pointer;
  35. }
  36. span.list2-edit-link {
  37. font-weight: normal;
  38. font-size: 11px;
  39. margin-left: 7px;
  40. }
  41. div.list2-item-title {
  42. font-weight: bold;
  43. }
  44. div.list2-item-selected {
  45. background-color: #CCF;
  46. }
  47. div.list2-item-more-info {
  48. color: #888;
  49. margin-top: 4px;
  50. }