icons.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. .icon-add{
  2. background:url(icons/add.gif) no-repeat;
  3. }
  4. .icon-addnew{
  5. background:url(icons/addnew.gif) no-repeat;
  6. }
  7. .icon-edit{
  8. background:url(icons/edit.gif) no-repeat;
  9. }
  10. .icon-remove{
  11. background:url(icons/remove.gif) no-repeat;
  12. }
  13. .icon-save{
  14. background:url(icons/save.gif) no-repeat;
  15. }
  16. .icon-close{
  17. background:url(icons/cancel.gif) no-repeat;
  18. }
  19. .icon-cut{
  20. background:url(icons/cut.png) no-repeat;
  21. }
  22. .icon-ok{
  23. background:url(icons/ok.png) no-repeat;
  24. }
  25. .icon-no{
  26. background:url(icons/no.png) no-repeat;
  27. }
  28. .icon-cancel{
  29. background:url(icons/cancel.gif) no-repeat;
  30. }
  31. .icon-reload{
  32. background:url(icons/reload.png) no-repeat;
  33. }
  34. .icon-search{
  35. background:url(icons/search.gif) no-repeat;
  36. }
  37. .icon-print{
  38. background:url(icons/print.gif) no-repeat;
  39. }
  40. .icon-help{
  41. background:url(icons/help.gif) no-repeat;
  42. }
  43. .icon-undo{
  44. background:url(icons/undo.gif) no-repeat;
  45. }
  46. .icon-redo{
  47. background:url(icons/redo.gif) no-repeat;
  48. }
  49. .icon-tip{
  50. background:url(icons/tip.png) no-repeat;
  51. }
  52. .icon-zoomin{
  53. background:url(icons/zoomin.gif) no-repeat;
  54. }
  55. .icon-zoomout{
  56. background:url(icons/zoomout.gif) no-repeat;
  57. }
  58. .icon-goto{
  59. background:url(icons/goto.gif) no-repeat;
  60. }
  61. .icon-date{
  62. background:url(icons/date.gif) no-repeat;
  63. }
  64. .icon-filter{
  65. background:url(icons/filter.gif) no-repeat;
  66. }
  67. .icon-find{
  68. background:url(icons/find.png) no-repeat;
  69. }
  70. .icon-folder{
  71. background:url(icons/folder.gif) no-repeat;
  72. }
  73. .icon-folderopen{
  74. background:url(icons/folder-open.gif) no-repeat;
  75. }
  76. .icon-lock{
  77. background:url(icons/lock.png) no-repeat;
  78. }
  79. .icon-unlock{
  80. background:url(icons/unlock.gif) no-repeat;
  81. }
  82. .icon-new{
  83. background:url(icons/new.gif) no-repeat;
  84. }
  85. .icon-node{
  86. background:url(icons/node.png) no-repeat;
  87. }
  88. .icon-nowait{
  89. background:url(icons/nowait.gif) no-repeat;
  90. }
  91. .icon-sort{
  92. background:url(icons/sort.gif) no-repeat;
  93. }
  94. .icon-wait{
  95. background:url(icons/wait.gif) no-repeat;
  96. }
  97. .icon-upgrade{
  98. background:url(icons/upgrade.gif) no-repeat;
  99. }
  100. .icon-downgrade{
  101. background:url(icons/downgrade.gif) no-repeat;
  102. }
  103. .icon-download{
  104. background:url(icons/download.gif) no-repeat;
  105. }
  106. .icon-upload{
  107. background:url(icons/upload.gif) no-repeat;
  108. }
  109. .icon-user{
  110. background:url(icons/user.png) no-repeat;
  111. }
  112. .icon-split{
  113. background:url(icons/split.gif) no-repeat;
  114. }
  115. .icon-addfolder{
  116. background:url(icons/addfolder.gif) no-repeat;
  117. }
  118. .icon-expand{
  119. background:url(icons/expand.gif) no-repeat;
  120. }
  121. .icon-collapse{
  122. background:url(icons/collapse.gif) no-repeat;
  123. }