learnpath.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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:100%;
  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. width:75px;
  134. }
  135. table.lp_form td.radio {
  136. width:300px;
  137. }
  138. table.lp_form td.exercise {
  139. width:50px;
  140. }
  141. table.lp_form th {
  142. background:#F8F8F8;
  143. border-bottom:1px solid #999999;
  144. border-top:1px solid #999999;
  145. }
  146. table.lp_overview th.exercise {
  147. width:50px;
  148. }
  149. table.lp_form input, table.lp_form select, table.lp_form textarea {
  150. background:#F8F8F8;
  151. border:1px solid #999999;
  152. font-family:Arial, Verdana, Helvetica, sans-serif;
  153. font-size:12px;
  154. padding:1px 2px;
  155. width:300px;
  156. }
  157. table.lp_form td.radio input, table.lp_form td.exercise input {
  158. width:auto;
  159. }
  160. table.lp_form .small_form {
  161. background:#FFFFFF;
  162. }
  163. table.lp_form select {
  164. padding:0;
  165. }
  166. table.lp_form input.button {
  167. width:75px;
  168. }
  169. table.lp_overview {
  170. font-size:12px;
  171. width:100%;
  172. }
  173. table.lp_overview td {
  174. border-bottom:1px solid #999999;
  175. border-top:1px solid #999999;
  176. height:20px;
  177. padding:3px;
  178. vertical-align:middle;
  179. width:auto;
  180. }
  181. table.lp_overview td.title {
  182. width:200px;
  183. }
  184. table.lp_overview td.actions {
  185. text-align:center;
  186. width:100px;
  187. }
  188. table.lp_overview td.move {
  189. text-align:center;
  190. width:50px;
  191. }
  192. table.lp_overview th {
  193. background:#FFFFFF;
  194. padding-left:3px;
  195. text-align:center;
  196. }
  197. table.lp_overview tr {
  198. background:#F8F8F8;
  199. }
  200. table.lp_overview tr:hover {
  201. background:#E5EDF9;
  202. }
  203. table.lp_overview img {
  204. margin-left:3px;
  205. }