audit.css

  • This is the stylesheet for the Audit module

File

modules/audit/css/audit.css
View source
  1. /**
  2. * @file
  3. * This is the stylesheet for the Audit module
  4. */
  5. .audit-table {
  6. font-size: 11pt;
  7. border-collapse: collapse;
  8. width: 100%;
  9. }
  10. .audit-table td {
  11. border: 1px solid #ccc;
  12. padding: 5px;
  13. }
  14. .audit-completed-hours {
  15. color: blue;
  16. }
  17. .audit-row-odd {
  18. background-color: beige;
  19. }
  20. .audit-row-blank {
  21. background-color: #ddd;
  22. }
  23. .audit-hours {
  24. display: inline-block;
  25. width: 100px;
  26. }
  27. .audit-percent-completed {
  28. font-style: italic;
  29. color: #222;
  30. }
  31. .audit-approval-description div {
  32. padding-left: 50px;
  33. font-size: 0.9em;
  34. color: #555;
  35. }
  36. .audit-approval-complete {
  37. color: blue;
  38. background: url('small_check.gif') no-repeat left center;
  39. padding-left: 20px;
  40. }
  41. .audit-approval-desc-complete {
  42. color: blue;
  43. }
  44. .audit-approval-not_complete {
  45. /* background: url('n.gif') no-repeat left center; */
  46. color: red;
  47. padding-left: 20px;
  48. }
  49. .audit-approval-desc-not_complete {
  50. color: red;
  51. }
  52. .audit-approval-not_applicable {
  53. /* background: url('n.gif') no-repeat left center; */
  54. color: gray;
  55. font-style: italic;
  56. padding-left: 20px;
  57. }
  58. .audit-approval-desc-not_applicable {
  59. color: gray;
  60. font-style: italic;
  61. }
  62. .audit-approval-in_progress {
  63. background: url('cb_enrolled.gif') no-repeat left center;
  64. color: green;
  65. padding-left: 20px;
  66. }
  67. .audit-approval-desc-in_progress {
  68. color: green;
  69. }
  70. #fp-form-audit_hidden_approval_form {
  71. display: none;
  72. }
  73. .audit-table .approvals td {
  74. font-size: 0.9em;
  75. }
  76. .audit-table .audit-req-new-degree-title td{
  77. text-align: center;
  78. }
  79. .audit-table .audit-req-degree-title-OVERALL td{
  80. font-weight: bold;
  81. }