learnpath.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. div.lp_actions {
  2. background:#F8F8F8;
  3. border-bottom:1px solid #999999;
  4. padding:3px;
  5. }
  6. div.lp_actions img {
  7. margin-right:5px;
  8. }
  9. div.lp_small_form {
  10. background:#F8F8F8;
  11. border:1px solid #999999;
  12. padding:10px;
  13. }
  14. div.lp_small_form input {
  15. font-size:10px;
  16. }
  17. div.lp_manipulate {
  18. background:#F8F8F8;
  19. border-bottom:1px dotted #999999;
  20. margin-bottom:0px;
  21. padding:3px 0 3px 10px;
  22. }
  23. div.lp_manipulate a {
  24. padding-right:10px;
  25. }
  26. div.lp_message {
  27. background:#FEC880;
  28. border:1px solid #E28C15;
  29. font-size:12px;
  30. padding:10px;
  31. }
  32. div.lp_resource_header {
  33. cursor: pointer;
  34. background:#F0F0F0;
  35. border:1px solid #999999;
  36. font-weight:bold;
  37. padding:10px;
  38. width:350px;
  39. }
  40. div.lp_resource_header_end {
  41. background:#F0F0F0;
  42. border:1px solid #999999;
  43. font-weight:bold;
  44. padding:10px;
  45. width:350px;
  46. }
  47. div.lp_resource_elements {
  48. background:#FAFAFA;
  49. border:1px solid #999999;
  50. border-bottom:0;
  51. display:none;
  52. padding:5px 10px;
  53. width:350px;
  54. }
  55. div.lp_resource_elements_end {
  56. background:#FAFAFA;
  57. border:1px solid #999999;
  58. border-top: 0px;
  59. display:none;
  60. padding:5px 10px;
  61. width:350px;
  62. }
  63. div.lp_resource_elements div {
  64. padding:3px;
  65. }
  66. div.lp_tree {
  67. height:100%;
  68. padding:3px 10px 3px 0;
  69. overflow-x : auto;
  70. overflow-y : scroll;
  71. width:190px;
  72. }
  73. hr {
  74. background:#999999;
  75. border:0;
  76. color:#999999;
  77. height:1px;
  78. margin:10px auto;
  79. width:75%;
  80. }
  81. option.bottom {
  82. border-top:1px solid #999999;
  83. margin-top:2px;
  84. padding-top:2px;
  85. }
  86. option.top {
  87. border-bottom:1px solid #999999;
  88. margin-bottom:2px;
  89. padding-bottom:2px;
  90. }
  91. p.lp_action {
  92. margin:5px 0;
  93. }
  94. p.lp_text {
  95. margin-top:0px;
  96. }
  97. p.lp_title {
  98. font-weight:bold;
  99. margin-top:5px;
  100. padding-left:7px;
  101. }
  102. table.lp_build {
  103. font-size:12px;
  104. height:400px;
  105. width:100%;
  106. }
  107. table.lp_build td {
  108. vertical-align:top;
  109. }
  110. table.lp_build td.tree {
  111. border-right:1px solid #999999;
  112. width:205px;
  113. }
  114. table.lp_build td.workspace {
  115. padding: 0px;
  116. padding-left:5px;
  117. width:auto;
  118. }
  119. table.lp_form {
  120. font-size:12px;
  121. margin:0 10px;
  122. width:auto;
  123. }
  124. table.lp_form td {
  125. height:25px;
  126. padding:5px;
  127. vertical-align:top;
  128. width:auto;
  129. }
  130. table.lp_form td.label {
  131. padding-top:7px;
  132. text-align:right;
  133. }
  134. table.lp_form td.radio {
  135. width:300px;
  136. }
  137. table.lp_form td.exercise {
  138. width:50px;
  139. }
  140. table.lp_form th {
  141. background:#F8F8F8;
  142. border-bottom:1px solid #999999;
  143. border-top:1px solid #999999;
  144. }
  145. table.lp_overview th.exercise {
  146. width:50px;
  147. }
  148. table.lp_form input, table.lp_form select, table.lp_form textarea {
  149. background:#F8F8F8;
  150. border:1px solid #999999;
  151. font-family:Arial, Verdana, Helvetica, sans-serif;
  152. font-size:12px;
  153. padding:1px 2px;
  154. width:300px;
  155. }
  156. table.lp_form td.radio input, table.lp_form td.exercise input {
  157. width:auto;
  158. }
  159. table.lp_form .small_form {
  160. background:#FFFFFF;
  161. }
  162. table.lp_form select {
  163. padding:0;
  164. }
  165. table.lp_form input.button {
  166. width:75px;
  167. }
  168. table.lp_overview {
  169. font-size:12px;
  170. width:100%;
  171. }
  172. table.lp_overview td {
  173. border-bottom:1px solid #999999;
  174. border-top:1px solid #999999;
  175. height:20px;
  176. padding:3px;
  177. vertical-align:middle;
  178. width:auto;
  179. }
  180. table.lp_overview td.title {
  181. width:200px;
  182. }
  183. table.lp_overview td.actions {
  184. text-align:center;
  185. width:100px;
  186. }
  187. table.lp_overview td.move {
  188. text-align:center;
  189. width:50px;
  190. }
  191. table.lp_overview th {
  192. background:#FFFFFF;
  193. padding-left:3px;
  194. text-align:center;
  195. }
  196. table.lp_overview tr {
  197. background:#F8F8F8;
  198. }
  199. table.lp_overview tr:hover {
  200. background:#E5EDF9;
  201. }
  202. table.lp_overview img {
  203. margin-left:3px;
  204. }