update.css

.update .project {
  font-weight: bold;
  font-size: 110%;
  padding-left: .25em; /* LTR */
  height: 22px;
}

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

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

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

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

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

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

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

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

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

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

.current-version, .new-version {
  direction: ltr; /* Note: version numbers should always be LTR. */
}

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

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

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

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

.update table.version .version-title {
  padding-left: 1em; /* LTR */
  width: 14em;
}

.update table.version .version-details {
  padding-right: .5em; /* LTR */
}

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

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

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

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

.update .check-manually {
  padding-left: 1em; /* LTR */
}

Archivo

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