toolbars.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. #container {
  2. width:600px;
  3. height:400px;
  4. border:3px solid #c3daf9;
  5. }
  6. .add {
  7. background-image: url( images/add.gif ) !important;
  8. }
  9. .add16 {
  10. background-image: url( images/add16.gif ) !important;
  11. }
  12. .add24 {
  13. background-image: url( images/add24.gif ) !important;
  14. }
  15. .remove {
  16. background-image: url( ../menu/images/delete.gif ) !important;
  17. }
  18. .edit {
  19. background-image: url( ../menu/images/edit.gif ) !important;
  20. }
  21. .find {
  22. background-image: url( ../menu/images/find.gif ) !important;
  23. }
  24. .view {
  25. background-image: url( ../menu/images/view.gif ) !important;
  26. }
  27. .money-up {
  28. background-image: url( images/money_add.png ) !important;
  29. }
  30. .money-down {
  31. background-image: url( images/money_delete.png ) !important;
  32. }
  33. .btn-panel td {
  34. padding-left:5px;
  35. }
  36. h2 {
  37. color:#083772 !important;
  38. margin: 20px 0 0 !important;
  39. padding: 5px;
  40. background:#eee;
  41. width:400px;
  42. }
  43. h3 {
  44. font-weight:normal !important;
  45. }
  46. .company {
  47. float: left;
  48. width: 179px;
  49. height: 30px;
  50. margin: 5px;
  51. padding: 5px;
  52. cursor: pointer;
  53. }
  54. .company h3 {
  55. font-weight: bold !important;
  56. }
  57. .company .up {
  58. color: green;
  59. }
  60. .company .down {
  61. color: red;
  62. }
  63. .company.x-view-selected {
  64. background-color: #efefef;
  65. }