system.maintenance.css 811 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. .connection-settings-update-filetransfer-default-wrapper {
  28. float: left;
  29. }
  30. #edit-submit-connection {
  31. clear: both;
  32. }
  33. .filetransfer {
  34. display: none;
  35. clear: both;
  36. }
  37. #edit-connection-settings-change-connection-type {
  38. margin: 2.6em 0.5em 0em 1em;
  39. }
  40. /**
  41. * Installation task list
  42. */
  43. ol.task-list li.active {
  44. font-weight: bold;
  45. }
  46. /**
  47. * Installation clean URLs
  48. */
  49. #clean-url.install {
  50. display: none;
  51. }