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

247 lines
4.0 KiB

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