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 li.none {
  color: #888;
  font-style: italic;
}
#update-results li.failure strong {
  color: #b63300;
}

/**
 * Authorize.php styles
 */
#edit-submit-connection {
  clear: both;
}
#edit-submit-process,
.filetransfer {
  display: none;
  clear: both;
}
.js #edit-submit-connection {
  display: none;
}
.js #edit-submit-process {
  display: block;
}

#edit-connection-settings-change-connection-type {
  margin: 2.6em 0.5em 0em 1em;
}

/**
 * Installation task list
 */
ol.task-list li.active {
  font-weight: bold;
}

File

drupal/core/modules/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 li.none {
  18. color: #888;
  19. font-style: italic;
  20. }
  21. #update-results li.failure strong {
  22. color: #b63300;
  23. }
  24. /**
  25. * Authorize.php styles
  26. */
  27. #edit-submit-connection {
  28. clear: both;
  29. }
  30. #edit-submit-process,
  31. .filetransfer {
  32. display: none;
  33. clear: both;
  34. }
  35. .js #edit-submit-connection {
  36. display: none;
  37. }
  38. .js #edit-submit-process {
  39. display: block;
  40. }
  41. #edit-connection-settings-change-connection-type {
  42. margin: 2.6em 0.5em 0em 1em;
  43. }
  44. /**
  45. * Installation task list
  46. */
  47. ol.task-list li.active {
  48. font-weight: bold;
  49. }