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

223 lines
3.1 KiB

  1. /* FORMS */
  2. div.form-title {
  3. /*background-color: #e0eeff;*/
  4. padding: 5px 11px 15px 11px;
  5. margin: -15px -15px 0px -15px;
  6. border-bottom: 1px solid #eee;
  7. }
  8. div.form-section-head {
  9. margin: 11px -15px 3px -15px;
  10. border-top: 1px solid #ccc;
  11. padding: 11px 15px 0px 15px;
  12. }
  13. div.form-layout-row:first-child .form-section-head {
  14. border-top: 0px solid #ccc !important;
  15. margin-top: 0px;
  16. padding-top: 15px;
  17. }
  18. div.form-section-head h3 {
  19. line-height: 20px;
  20. }
  21. div.form-section-head hr {
  22. margin: 9px 0px;
  23. }
  24. div.frm_print_wrapper {
  25. background-color:#FFF;
  26. border:1px solid #444;
  27. padding: 40px;
  28. box-shadow:1px 1px 8px #229;
  29. -moz-box-shadow: 1px 1px 8px #229;
  30. -webkit-box-shadow: 1px 1px 8px #229;
  31. }
  32. div.page_break {
  33. margin: 24px 0px;
  34. border-top: 1px dashed #888;
  35. }
  36. div.grid_tbarlinks {
  37. border-bottom: 0px;
  38. background-color: #CCC;
  39. padding: 4px 4px 2px 4px;
  40. width: 190px;
  41. float: right;
  42. -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
  43. -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
  44. }
  45. div.dialog_frm {
  46. position: relative;
  47. margin: 10px;
  48. }
  49. /*------------------*/
  50. .top_cell {
  51. height: 50px;
  52. }
  53. div.attach_area {
  54. padding: 8px;
  55. margin: 8px;
  56. background-color: #EEE;
  57. }
  58. div.attach_area table {
  59. width: 100%;
  60. }
  61. .tablabel_normal {
  62. margin: 0 4px 0 0;
  63. padding: 3px 5px;
  64. line-height: 1.3em;
  65. display: inline;
  66. cursor: pointer;
  67. }
  68. .tablabel_selected {
  69. margin: 0 4px 0 0;
  70. padding: 3px 5px;
  71. line-height: 1.3em;
  72. font-weight: bold;
  73. display: inline;
  74. cursor: pointer;
  75. color: #000;
  76. }
  77. .scrollhead_wrapper {
  78. position: absolute;
  79. z-index: 1;
  80. height: 30px;
  81. }
  82. .treeimg {
  83. cursor: pointer;
  84. margin-right: 3px;
  85. }
  86. .sectionCell {
  87. padding: 5px;
  88. vertical-align: top;
  89. }
  90. .code_area {
  91. width: 80%;
  92. margin: 8px;
  93. padding: 4px;
  94. background-color: #F8F8F8;
  95. border: 1px solid #CCC;
  96. overflow-x: auto;
  97. }
  98. .code_text {
  99. width: 100%;
  100. height: 360px;
  101. margin-top: 3px;
  102. font-family: Courier, Fixed;
  103. font-size: 12px;
  104. }
  105. div.time_field select{
  106. display: inline;
  107. margin: 2px;
  108. width: 45px;
  109. }
  110. /* Documents */
  111. .frm_field_table {
  112. width: 100%;
  113. border-collapse: collapse;
  114. }
  115. .datalabelcell {
  116. padding: 2px 0px;
  117. width: 160px;
  118. vertical-align: top;
  119. }
  120. .datainputcell { padding: 2px 0px; }
  121. .help ol {
  122. padding-left: 19px;
  123. }
  124. .field_description_top {
  125. margin-bottom: 3px;
  126. }
  127. .input_area input, select, textarea {
  128. font-size: 14px;
  129. padding: 2px;
  130. }
  131. .input_area input {
  132. width: 80%;
  133. margin: 0px;
  134. }
  135. .input_area select {
  136. width: 80%;
  137. }
  138. .input_area textarea {
  139. width: 90%;
  140. }
  141. .disp_area {
  142. width: 80%;
  143. padding: 2px 0px;
  144. font-size: 12px;
  145. }
  146. .disp_area_no_val {
  147. height: 14px;
  148. }
  149. .no_img {
  150. padding: 40px;
  151. width: 100px;
  152. height: 20px;
  153. color: #888;
  154. text-align: center;
  155. border: 1px solid #AAA;
  156. }
  157. .input-mandatory {
  158. font-size: 14px !important;
  159. font-weight: bold;
  160. }
  161. .field-to-update {
  162. background-color:#FEE;
  163. }
  164. /* sidebar */
  165. div.sidebar-comment-wrapper input {
  166. width: 50%;
  167. }
  168. div.sidebar-comment-message {
  169. margin-top: 8px;
  170. color: #777;
  171. }
  172. div.sidebar-comment-text {
  173. font-size: 12px;
  174. font-weight: bold;
  175. margin-top: 8px;
  176. color: #444;
  177. }
  178. div.sidebar-comment-info {
  179. color: #777;
  180. }