opensys.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. /**ICON*/
  2. .x-button-icon-showall {
  3. background-image: url('../images/customer/show_all.png')
  4. }
  5. .x-button-icon-showcomplete {
  6. background-image: url('../images/customer/show_complete.png')
  7. }
  8. .x-button-icon-showuncomplete {
  9. background-image: url('../images/customer/show_uncomplete.png')
  10. }
  11. .x-button-icon-save {
  12. background-image: url('../images/drink.png')
  13. }
  14. .x-button-icon-query {
  15. background-image: url('../images/query.png')
  16. }
  17. .x-button-icon-submit {
  18. background-image: url('../images/basket_put.png')
  19. }
  20. .x-button-icon-power {
  21. background-image: url('../images/power.png')
  22. }
  23. .x-button-icon-delete {
  24. background-image: url('../images/basket_remove.png')
  25. }
  26. .x-button-icon-delete2 {
  27. background-image: url('../images/delete.png')
  28. }
  29. .x-button-icon-excel {
  30. background-image: url('../images/excel.png')
  31. }
  32. .x-button-icon-close {
  33. background-image: url('../images/icon/trash.png')
  34. }
  35. .x-button-icon-check {
  36. background-image: url('../images/hourglass.png')
  37. }
  38. .x-button-icon-add {
  39. background-image: url('../images/add.png')
  40. }
  41. .x-button-icon-excel {
  42. background-image: url('../images/excel.png')
  43. }
  44. /**FORM*/
  45. .x-form-group {
  46. display: block;
  47. padding-bottom: 4px;
  48. }
  49. .x-form-group-label {
  50. width: 30%;
  51. padding-left: 10px;
  52. height: 20px;
  53. line-height: 20px;
  54. z-index: 2;
  55. position: relative;
  56. cursor: pointer;
  57. font-size: 15px;
  58. color: gray;
  59. border: 1px solid #8b8970;
  60. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  61. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  62. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  63. -moz-border-radius: 5px;
  64. -webkit-border-radius: 5px;
  65. border-radius: 5px;
  66. background: #f1f1f1 !important;
  67. }
  68. .x-form-group-label-close {
  69. width: 20%;
  70. float: left;
  71. padding: 0 20 0;
  72. z-index: 2;
  73. position: relative;
  74. cursor: pointer;
  75. background-color: #bebebe;
  76. font-size: 15px;
  77. color: green;
  78. border: 1px solid #8b8970;
  79. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  80. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  81. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  82. -moz-border-radius: 5px;
  83. -webkit-border-radius: 5px;
  84. border-radius: 5px;
  85. }
  86. .x-form-item-label-top{
  87. padding-bottom:2px;
  88. background: #D5D5D5;
  89. width:25%;
  90. }
  91. .x-form-item-label{
  92. font-size: 13px!important;
  93. }
  94. .x-field-label-cell {
  95. background: #D5D5D5;
  96. padding-left:3px;
  97. }
  98. .x-btn-gray {
  99. background: #d5d5d5;
  100. background: -moz-linear-gradient(top, #fff 0, #efefef 38%, #d5d5d5 88%);
  101. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff),
  102. color-stop(38%, #efefef), color-stop(88%, #d5d5d5));
  103. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',
  104. endColorstr='#d5d5d5', GradientType=0);
  105. border-color: #bfbfbf;
  106. border-radius: 2px;
  107. vertical-align: bottom;
  108. text-align: center;
  109. }
  110. .x-btn-gray:hover {
  111. opacity: .75;
  112. -ms-filter: "alpha(opacity=75)";
  113. filter: alpha(opacity = 75);
  114. }