icon.css 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. .icon-blank{
  2. background:url('icons/blank.gif') no-repeat center center;
  3. }
  4. .icon-add{
  5. background:url('icons/edit_add.png') no-repeat center center;
  6. }
  7. .icon-edit{
  8. background:url('icons/pencil.png') no-repeat center center;
  9. }
  10. .icon-remove{
  11. background:url('icons/edit_remove.png') no-repeat center center;
  12. }
  13. .icon-save{
  14. background:url('icons/filesave.png') no-repeat center center;
  15. }
  16. .icon-cut{
  17. background:url('icons/cut.png') no-repeat center center;
  18. }
  19. .icon-ok{
  20. background:url('icons/tick.png') no-repeat center center;
  21. }
  22. .icon-no{
  23. background:url('icons/no.png') no-repeat center center;
  24. }
  25. .icon-cancel{
  26. background:url('icons/cancel.png') no-repeat center center;
  27. }
  28. .icon-reload{
  29. background:url('icons/reload.png') no-repeat center center;
  30. }
  31. .icon-search{
  32. background:url('icons/search.png') no-repeat center center;
  33. }
  34. .icon-print{
  35. background:url('icons/print.png') no-repeat center center;
  36. }
  37. .icon-help{
  38. background:url('icons/help.png') no-repeat center center;
  39. }
  40. .icon-undo{
  41. background:url('icons/undo.png') no-repeat center center;
  42. }
  43. .icon-redo{
  44. background:url('icons/redo.png') no-repeat center center;
  45. }
  46. .icon-back{
  47. background:url('icons/back.png') no-repeat center center;
  48. }
  49. .icon-sum{
  50. background:url('icons/sum.png') no-repeat center center;
  51. }
  52. .icon-tip{
  53. background:url('icons/tip.png') no-repeat center center;
  54. }
  55. .icon-mini-add{
  56. background:url('icons/mini_add.png') no-repeat center center;
  57. }
  58. .icon-mini-edit{
  59. background:url('icons/mini_edit.png') no-repeat center center;
  60. }
  61. .icon-mini-refresh{
  62. background:url('icons/mini_refresh.png') no-repeat center center;
  63. }
  64. .icon-home{
  65. background:url('icons/home.png') no-repeat center center;
  66. }
  67. .icon-user{
  68. background:url('icons/user.png') no-repeat center center;
  69. }
  70. .icon-detail{
  71. background:url('icons/application_view_detail.png') no-repeat center center;
  72. }
  73. .icon-item-add
  74. {
  75. background:url('icons/add.png') no-repeat center center;
  76. }
  77. .icon-item-delete
  78. {
  79. background:url('icons/delete.png') no-repeat center center;
  80. }