system.maintenance.css

Same filename in this branch
  1. main core/modules/system/css/system.maintenance.css
Same filename and directory in other branches
  1. 10 core/themes/stable9/css/system/system.maintenance.css
  2. 11.x core/themes/stable9/css/system/system.maintenance.css
  3. 11.x core/modules/system/css/system.maintenance.css
  4. 10 core/modules/system/css/system.maintenance.css
  5. 9 core/themes/stable9/css/system/system.maintenance.css
  6. 9 core/themes/stable/css/system/system.maintenance.css
  7. 9 core/modules/system/css/system.maintenance.css
  8. 8.9.x core/themes/stable/css/system/system.maintenance.css
  9. 8.9.x core/modules/system/css/system.maintenance.css
  10. 7.x modules/system/system.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 .none {
  color: #888;
  font-style: italic;
}
.update-results .failure strong {
  color: #b63300;
}

File

core/themes/stable9/css/system/system.maintenance.css

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.