basic.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. #exampleTable1 table {
  2. min-width: 800px;
  3. margin-top: -1px;
  4. margin-bottom: 17px; }
  5. #exampleTable1 .progress {
  6. display: inline-block;
  7. vertical-align: middle;
  8. margin-bottom: 0;
  9. width: 80%; }
  10. #exampleTable1 .progress-percent {
  11. display: inline-block;
  12. width: 20%;
  13. font-size: 14px;
  14. text-align: right;
  15. vertical-align: middle;
  16. color: #76838f; }
  17. #exampleTable1 td {
  18. vertical-align: middle; }
  19. #exampleTable1 thead th {
  20. border-bottom-width: 0; }
  21. #exampleTable1 .example {
  22. margin-top: 0;
  23. border: 1px solid #e4eaec;
  24. border-top: none; }
  25. #exampleTable1 .example-title {
  26. border: 1px solid #e4eaec;
  27. margin-bottom: 0;
  28. padding: 15px 20px; }
  29. #exampleReport table {
  30. min-width: 800px;
  31. margin-bottom: 0; }
  32. #exampleReport table td {
  33. vertical-align: middle; }
  34. #exampleReport .panel-heading {
  35. border-bottom: 0; }
  36. #exampleReport .panel-title {
  37. border: 1px solid #e4eaec;
  38. margin-bottom: 0;
  39. padding: 15px 20px; }
  40. #exampleReport .panel-actions {
  41. right: 15px; }
  42. #exampleReport .example {
  43. margin-top: 0;
  44. border: 1px solid #e4eaec;
  45. border-top: none; }