learnpath.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. div.lp_actions{background:#F8F8F8; border-bottom:1px solid #999999; padding:3px;}
  2. div.lp_actions img{margin-right:5px;}
  3. div.lp_small_form{background:#F8F8F8; border:1px solid #999999; padding:10px;}
  4. div.lp_small_form input{font-size:10px;}
  5. div.lp_manipulate{background:#F8F8F8; border-bottom:1px dotted #999999; margin-bottom:0px; padding:3px 0 3px 10px;}
  6. div.lp_manipulate a{padding-right:10px;}
  7. div.lp_message{background:#FEC880; border:1px solid #E28C15; font-size:12px; padding:10px;}
  8. div.lp_resource_header{cursor: pointer; background:#F0F0F0; border:1px solid #999999; font-weight:bold; padding:10px; width:350px;}
  9. div.lp_resource_header_end{background:#F0F0F0; border:1px solid #999999; font-weight:bold; padding:10px; width:350px;}
  10. div.lp_resource_elements{background:#FAFAFA; border:1px solid #999999; border-bottom:0; display:none; padding:5px 10px; width:350px;}
  11. div.lp_resource_elements_end{background:#FAFAFA; border:1px solid #999999; border-top: 0px; display:none; padding:5px 10px; width:350px;}
  12. div.lp_resource_elements div{padding:3px;}
  13. div.lp_tree{height:100%; padding:3px 10px 3px 0; overflow-x : auto; overflow-y : scroll; width:230px;}
  14. hr{background:#999999; border:0; color:#999999; height:1px; margin:10px auto; width:75%;}
  15. option.bottom{border-top:1px solid #999999; margin-top:2px; padding-top:2px;}
  16. option.top{border-bottom:1px solid #999999; margin-bottom:2px; padding-bottom:2px;}
  17. p.lp_action{margin:5px 0;}
  18. p.lp_text{margin-top:0px;}
  19. p.lp_title{
  20. font-weight:bold;
  21. margin-top:5px;
  22. padding-left:7px;
  23. }
  24. table.lp_build{font-size:12px; height:400px; width:100%;}
  25. table.lp_build td{vertical-align:top;}
  26. table.lp_build td.tree{border-right:1px solid #999999; width:240px;}
  27. table.lp_build td.workspace{padding:0; width:auto;}
  28. table.lp_form{
  29. font-size:12px;
  30. margin:0 10px;
  31. width:auto;
  32. }
  33. table.lp_form td{
  34. height:25px;
  35. padding:5px;
  36. vertical-align:top;
  37. width:auto;
  38. }
  39. table.lp_form td.label
  40. {
  41. padding-top:7px;
  42. text-align:right;
  43. }
  44. table.lp_form td.radio{width:300px;}
  45. table.lp_form td.exercise{width:50px;}
  46. table.lp_form th{background:#F8F8F8; border-bottom:1px solid #999999; border-top:1px solid #999999;}
  47. table.lp_overview th.exercise{width:50px;}
  48. table.lp_form input,
  49. table.lp_form select,
  50. table.lp_form textarea{background:#F8F8F8; border:1px solid #999999; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:12px; padding:1px 2px; width:300px;}
  51. table.lp_form td.radio input,
  52. table.lp_form td.exercise input{width:auto;}
  53. table.lp_form .small_form{background:#FFFFFF;}
  54. table.lp_form select{padding:0;}
  55. table.lp_form input.button{width:75px;}
  56. table.lp_overview{font-size:12px; width:100%;}
  57. table.lp_overview td{border-bottom:1px solid #999999; border-top:1px solid #999999; height:20px; padding:3px; vertical-align:middle; width:auto;}
  58. table.lp_overview td.title{width:200px;}
  59. table.lp_overview td.actions{text-align:center; width:100px;}
  60. table.lp_overview td.move{text-align:center; width:50px;}
  61. table.lp_overview th{background:#FFFFFF; padding-left:3px; text-align:center;}
  62. table.lp_overview tr{background:#F8F8F8;}
  63. table.lp_overview tr:hover{background:#E5EDF9;}
  64. table.lp_overview img{margin-left:3px;}