You are here

update_status.css in Update Status 5.2

Same filename and directory in other branches
  1. 5 update_status.css
.update-status .project {
  font-weight: bold;
  font-size: 110%;
  padding-left: .25em;
  height: 22px;
}

.update-status .version-status {
  float: right;
  padding-right: 10px;
  font-size: 110%;
  height: 20px;
}

.update-status .version-status .icon {
  padding-left: .5em;
}

.update-status .version-date {
  white-space: nowrap;
}

.update-status .info {
  margin: 0;
  padding: 1em 1em .25em 1em;
}

.update-status tr td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.update-status tr.error {
  background: #fcc;
}

.update-status tr.error .version-recommended {
  background: #fdd;
}

.update-status tr.ok {
  background: #dfd;
}

.update-status tr.warning {
  background: #ffd;
}

.update-status tr.warning .version-recommended {
  background: #ffe;
}

.update-status tr.unknown {
  background: #ddd;
}

.current-version, .new-version {
  direction: ltr;
}

table.update-status,
.update-status table.version {
  width: 100%;
  margin-top: .5em;
}

.update-status table.version tbody {
  border: none;
}

.update-status table.version tr,
.update-status table.version td {
  line-height: .9em;
  padding: 0;
  margin: 0;
  border: none;
}

.update-status table.version .version-title {
/*  font-weight: bold; */
  padding-left: 1em;
  width: 14em;
}

.update-status table.version .version-details {
  padding-right: .5em;
}

.update-status table.version .version-links {
  text-align: right;
  padding-right: 1em;
}

.update-status table.version-security .version-title {
  color: #970F00;
}

.update-status table.version-recommended-strong .version-title {
  font-weight: bold;
}

.update-status .security-error {
  font-weight: bold;
  color: #970F00;
}

.update-status-settings .form-select {
  width: 12em;
}

.update-status-settings tr.update-status-settings-label td.update-status-settings-label {
  font-size: 75%;
  font-weight: bold;
  background: #ddd;
  color: #666;
  padding: 0 0 0 2em; /* LTR */
}

.update-status .check-manually {
  padding-left: 1em;
}

File

update_status.css
View source
  1. .update-status .project {
  2. font-weight: bold;
  3. font-size: 110%;
  4. padding-left: .25em;
  5. height: 22px;
  6. }
  7. .update-status .version-status {
  8. float: right;
  9. padding-right: 10px;
  10. font-size: 110%;
  11. height: 20px;
  12. }
  13. .update-status .version-status .icon {
  14. padding-left: .5em;
  15. }
  16. .update-status .version-date {
  17. white-space: nowrap;
  18. }
  19. .update-status .info {
  20. margin: 0;
  21. padding: 1em 1em .25em 1em;
  22. }
  23. .update-status tr td {
  24. border-top: 1px solid #ccc;
  25. border-bottom: 1px solid #ccc;
  26. }
  27. .update-status tr.error {
  28. background: #fcc;
  29. }
  30. .update-status tr.error .version-recommended {
  31. background: #fdd;
  32. }
  33. .update-status tr.ok {
  34. background: #dfd;
  35. }
  36. .update-status tr.warning {
  37. background: #ffd;
  38. }
  39. .update-status tr.warning .version-recommended {
  40. background: #ffe;
  41. }
  42. .update-status tr.unknown {
  43. background: #ddd;
  44. }
  45. .current-version, .new-version {
  46. direction: ltr;
  47. }
  48. table.update-status,
  49. .update-status table.version {
  50. width: 100%;
  51. margin-top: .5em;
  52. }
  53. .update-status table.version tbody {
  54. border: none;
  55. }
  56. .update-status table.version tr,
  57. .update-status table.version td {
  58. line-height: .9em;
  59. padding: 0;
  60. margin: 0;
  61. border: none;
  62. }
  63. .update-status table.version .version-title {
  64. /* font-weight: bold; */
  65. padding-left: 1em;
  66. width: 14em;
  67. }
  68. .update-status table.version .version-details {
  69. padding-right: .5em;
  70. }
  71. .update-status table.version .version-links {
  72. text-align: right;
  73. padding-right: 1em;
  74. }
  75. .update-status table.version-security .version-title {
  76. color: #970F00;
  77. }
  78. .update-status table.version-recommended-strong .version-title {
  79. font-weight: bold;
  80. }
  81. .update-status .security-error {
  82. font-weight: bold;
  83. color: #970F00;
  84. }
  85. .update-status-settings .form-select {
  86. width: 12em;
  87. }
  88. .update-status-settings tr.update-status-settings-label td.update-status-settings-label {
  89. font-size: 75%;
  90. font-weight: bold;
  91. background: #ddd;
  92. color: #666;
  93. padding: 0 0 0 2em; /* LTR */
  94. }
  95. .update-status .check-manually {
  96. padding-left: 1em;
  97. }