25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

180 lines
2.6 KiB

  1. /* Reports */
  2. div.report_grid_area {
  3. position: relative;
  4. padding: 8px;
  5. }
  6. div.report_tab {
  7. border: 1px solid #AAA;
  8. position: relative;
  9. overflow: auto;
  10. }
  11. div.report_no_data {
  12. padding: 8px;
  13. background-color: #EEE;
  14. border: 1px solid #DDD;
  15. position: absolute;
  16. margin-left: 40%;
  17. margin-top: 50px;
  18. display: none;
  19. }
  20. div.report_htitle {
  21. float: left;
  22. padding: 2px;
  23. font-size: 14px;
  24. font-weight: bold;
  25. margin-left: 4px;
  26. color: #665;
  27. /*font-weight: bold;*/
  28. }
  29. div.report_tbar {
  30. /*background: url('../images/ui/blue-back.gif') repeat-x; */
  31. background-color: #EEF;
  32. border: 1px solid #CCF;
  33. border-bottom: 0px;
  34. height: 28px;
  35. }
  36. div.report_tbar table{
  37. width: 100%;
  38. }
  39. div.report_tbar table td {
  40. }
  41. div.report_tbar table td div {
  42. position: relative;
  43. }
  44. div.report_tbar button, div.report_tbar select, div.report_tbar img {
  45. font-size: 11px;
  46. margin: 0px;
  47. }
  48. div.report_head_wrapper {
  49. position: absolute;
  50. height: 24px;
  51. top: 0px;
  52. z-index: 1;
  53. }
  54. div.report_tab_wrapper {
  55. position: absolute;
  56. border-bottom: 1px solid #AAA;
  57. border-top: 1px solid #AAA;
  58. }
  59. div.report_tab_wrapper table, div.report_head_wrapper table {
  60. table-layout: fixed;
  61. border-collapse: collapse;
  62. /*width: 100%;*/
  63. }
  64. div.report_tab_wrapper table td, div.report_head_wrapper table td {
  65. border-left: 1px solid #AAA;
  66. border-right: 1px solid #AAA;
  67. border-bottom: 1px solid #AAA;
  68. overflow: hidden;
  69. padding: 0px;
  70. }
  71. div.report_tab_wrapper table td div, div.report_head_wrapper table td div {
  72. padding: 3px;
  73. overflow: hidden;
  74. }
  75. .report_head_cell {
  76. background-color: #EEE;
  77. border-bottom: 1px solid #AA9;
  78. text-align: center;
  79. font-weight: bold;
  80. }
  81. .report_head_cell div {
  82. color:#222;
  83. height: 18px;
  84. }
  85. /* FINDER */
  86. div.finder_wrapper {
  87. }
  88. div.finder_body_area {
  89. margin: 16px;
  90. }
  91. div.finder_body {
  92. display: none;
  93. }
  94. div.finder_advanced_area table {
  95. width: 80%;
  96. }
  97. div.finder_advanced_area textarea {
  98. width: 80%;
  99. }
  100. div.finder_filter_area {
  101. position: relative;
  102. }
  103. div.filter_head {
  104. font-size: 14px;
  105. margin-bottom: 2px;
  106. }
  107. div.filter_dt_head {
  108. font-size: 14px;
  109. font-weight: bold;
  110. margin-bottom: 2px;
  111. }
  112. table.filter_tab {
  113. width: 96%;
  114. border-collapse: collapse;
  115. }
  116. table.filter_tab td {
  117. width: 50%;
  118. }
  119. div.finder_picker_area {
  120. }
  121. div.builder_field {
  122. margin: 0px;
  123. }
  124. div.builder_dt_head {
  125. font-size: 14px;
  126. font-weight: bold;
  127. margin-bottom: 2px;
  128. }
  129. div.builder_field table {
  130. width: 90%;
  131. border-collapse: collapse;
  132. }
  133. div.builder_label {
  134. height: 20px;
  135. }
  136. div.builder_head {
  137. font-size: 16px;
  138. font-weight: bold;
  139. color: #AB6;
  140. }
  141. table.builder_tab {
  142. width: 96%;
  143. border-collapse: collapse;
  144. }
  145. table.builder_tab td {
  146. width: 33%;
  147. padding: 2px;
  148. }