edit.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. .edit_table {
  2. padding: 0;
  3. margin: 0;
  4. border-collapse:collapse;
  5. width:100%;
  6. }
  7. .edit_table th {
  8. width: 90px;
  9. font-size: 13px;
  10. border: 1px solid #A8CFEB;
  11. background: #EDF6FC;
  12. font-size:13px;
  13. padding: 6px 6px 6px 12px;
  14. }
  15. .edit_table td{
  16. border: 1px solid #A8CFEB;
  17. background: #fff;
  18. font-size:12px;
  19. padding: 6px 6px 6px 12px;
  20. }
  21. .edit_table label{
  22. padding-left: 15px;
  23. text-indent: -15px;
  24. cursor:pointer;
  25. }
  26. .edit_table label input{
  27. width: 13px;
  28. height: 13px;
  29. padding: 0;
  30. margin:0;
  31. vertical-align: bottom;
  32. position: relative;
  33. top: -1px;
  34. *overflow: hidden;
  35. }
  36. .edit_table input {
  37. width: 150px;
  38. padding:2px;
  39. }
  40. .edit_table select {
  41. width: 150px;
  42. padding:2px;
  43. }
  44. .hidden {
  45. display: none;
  46. }
  47. .button-td{
  48. background: url("../../themes/default/images/icons-all.gif") no-repeat
  49. scroll 0 0 transparent;
  50. display: inline-block !important;
  51. position: relative;
  52. vertical-align: top;
  53. border: medium none;
  54. height: 24px;
  55. font-size:12px;
  56. line-height: 24px;
  57. text-align: center;
  58. width: 95px;
  59. float: right;
  60. cursor:default;
  61. margin:2px 20px 2px 2px;
  62. }
  63. .button-td-left{
  64. float: left;
  65. margin:2px;
  66. }
  67. .button-td-hover{
  68. background-position: 0 -30px;
  69. }
  70. .dbformat_td{
  71. font-size:12px;
  72. }
  73. .s{
  74. box-shadow: 0 0 5px #CCCCCC;
  75. }
  76. .o{
  77. padding: 10px;
  78. }
  79. #table-reminder{
  80. border-collapse:collapse;
  81. font-size: 13px;
  82. width: 100%;
  83. }
  84. #table-reminder thead tr td{
  85. border-top: 1px solid #CCCCCC;
  86. overflow: hidden;
  87. padding: 10px;
  88. }
  89. #option-table{
  90. border-collapse:collapse;
  91. font-size: 13px;
  92. width: 100%;
  93. border-left: 1px solid #CCCCCC;
  94. }
  95. #option-table thead tr td{
  96. border-top: 1px solid #CCCCCC;
  97. overflow: hidden;
  98. padding: 10px;
  99. }
  100. .noramlTr td{
  101. cursor: pointer;
  102. border-top: 1px solid #CCCCCC;
  103. border-bottom: 1px solid #CCCCCC;
  104. overflow: hidden;
  105. padding: 7px;
  106. white-space: pre;
  107. }
  108. .editable-tr td{
  109. border-top: 1px solid #CCCCCC;
  110. border-bottom: 1px solid #CCCCCC;
  111. overflow: hidden;
  112. height: 31px;
  113. }
  114. .editable-left-div{
  115. overflow:hidden;
  116. width:330px;
  117. height:31px;
  118. line-height:31px;
  119. }
  120. .editable-right-div{
  121. width:40px;
  122. overflow:hidden;
  123. height:31px;
  124. line-height:31px;
  125. float:left;
  126. }
  127. .hover{
  128. background: #D4D4D4;
  129. }
  130. .remove-bnt{
  131. margin: 0 0 0 10px;
  132. text-decoration: none;
  133. }
  134. #panel input.short{
  135. width:60px;
  136. height:21px;
  137. }
  138. #panel input.long{
  139. height:21px;
  140. width:160px;
  141. }
  142. #panel{
  143. margin:8px;
  144. }