maintenance.css

/* Update styles */
#update-results {
  margin-top: 3em;
  padding: 0.25em;
  border: 1px solid #ccc;
  background: #eee;
  font-size: smaller;
}
#update-results h2 {
  margin-top: 0.25em;
}
#update-results h4 {
  margin-bottom: 0.25em;
}
#update-results li.none {
  color: #888;
  font-style: italic;
}
#update-results li.failure strong {
  color: #b63300;
}

Archivo

drupal-6.x/modules/system/maintenance.css
View source
  1. /* Update styles */
  2. #update-results {
  3. margin-top: 3em;
  4. padding: 0.25em;
  5. border: 1px solid #ccc;
  6. background: #eee;
  7. font-size: smaller;
  8. }
  9. #update-results h2 {
  10. margin-top: 0.25em;
  11. }
  12. #update-results h4 {
  13. margin-bottom: 0.25em;
  14. }
  15. #update-results li.none {
  16. color: #888;
  17. font-style: italic;
  18. }
  19. #update-results li.failure strong {
  20. color: #b63300;
  21. }