sunit.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .jtalkTool .jt_column.sunit.categories,
  2. .jtalkTool .jt_column.sunit.classes {
  3. height: 100%
  4. }
  5. .jtalkTool .jt_column.sunit.classes li.all,
  6. .jtalkTool .jt_column.sunit.categories li.all {
  7. background: #e3e3e3;
  8. font-weight: bold
  9. }
  10. .jtalkTool .jt_column.sunit.classes li.all:hover ,
  11. .jtalkTool .jt_column.sunit.categories li.all:hover {
  12. background: #0088CC;
  13. font-weight: bold
  14. }
  15. .jtalkTool .sunit.status {
  16. position: absolute;
  17. left: 50.4%;
  18. width: 49%;
  19. background: white;
  20. border: 1px solid #a8a8a8;
  21. height: 40px
  22. }
  23. .jtalkTool .sunit.status.success {
  24. background: #43d443;
  25. }
  26. .jtalkTool .sunit.status.failure {
  27. background: #ecd443;
  28. }
  29. .jtalkTool .sunit.status.error {
  30. background: #e56f3b;
  31. }
  32. .jtalkTool .progress_bar {
  33. position: absolute;
  34. left: 50.4%;
  35. width: 49%;
  36. top: 50px;
  37. border: 1px solid #a8a8a8;
  38. background: white;
  39. min-height: 20px
  40. }
  41. .jtalkTool .progress_bar div {
  42. background: #0088CC;
  43. min-height: 20px;
  44. }
  45. .jtalkTool .jt_column.sunit.methods {
  46. left: 50.4%;
  47. height: auto;
  48. width: 49%;
  49. top: 80px;
  50. bottom: 0;
  51. }
  52. .jtalkTool .jt_column.sunit.methods ul {padding: 0; margin: 0}