learnpath.css 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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:10px; 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{background:#F0F0F0; border:1px solid #999999; border-bottom:0; font-weight:bold; padding:10px; width:300px;}
  9. div.lp_resource_elements{background:#FAFAFA; border:1px solid #999999; border-bottom:0; display:none; padding:5px 10px; width:300px;}
  10. div.lp_resource_elements div{padding:5px;}
  11. div.lp_tree{min-height:300px; padding:3px 10px 3px 0; overflow:auto; width:187px;}
  12. hr{background:#999999; border:0; color:#999999; height:1px; margin:10px auto; width:75%;}
  13. option.bottom{border-top:1px solid #999999; margin-top:2px; padding-top:2px;}
  14. option.top{border-bottom:1px solid #999999; margin-bottom:2px; padding-bottom:2px;}
  15. p.lp_action{margin:5px 0;}
  16. p.lp_text{margin-top:0px;}
  17. p.lp_title{font-weight:bold; margin-top:0px;}
  18. table.lp_build{font-size:12px; height:400px; width:100%;}
  19. table.lp_build td{vertical-align:top;}
  20. table.lp_build td.tree{border-right:1px solid #999999; width:200px;}
  21. table.lp_build td.workspace{padding:0; width:auto;}
  22. table.lp_form{font-size:12px; margin:0 10px; width:100%;}
  23. table.lp_form td{height:25px; padding:5px; vertical-align:top; width:auto;}
  24. table.lp_form td.label{padding-top:7px; text-align:right; width:75px;}
  25. table.lp_form td.radio{width:300px;}
  26. table.lp_form td.exercise{width:50px;}
  27. table.lp_form th{background:#F8F8F8; border-bottom:1px solid #999999; border-top:1px solid #999999;}
  28. table.lp_overview th.exercise{width:50px;}
  29. table.lp_form input,
  30. table.lp_form select,
  31. 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;}
  32. table.lp_form td.radio input,
  33. table.lp_form td.exercise input{width:auto;}
  34. table.lp_form .small_form{background:#FFFFFF;}
  35. table.lp_form select{padding:0;}
  36. table.lp_form input.button{width:75px;}
  37. table.lp_overview{font-size:12px; width:100%;}
  38. table.lp_overview td{border-bottom:1px solid #999999; border-top:1px solid #999999; height:20px; padding:3px; vertical-align:middle; width:auto;}
  39. table.lp_overview td.title{width:200px;}
  40. table.lp_overview td.actions{text-align:right; width:100px;}
  41. table.lp_overview td.move{text-align:center; width:50px;}
  42. table.lp_overview th{background:#FFFFFF; padding-left:3px; text-align:left;}
  43. table.lp_overview tr{background:#F8F8F8;}
  44. table.lp_overview tr:hover{background:#E5EDF9;}
  45. table.lp_overview img{margin-left:3px;}